Hello,
I am looking for information on how can I batch process REST API requests. I am having a server built using GO std library "net/http" and mongoDB being persistent storage.
Do I need to create a separate endpoint to get this batch request and process in the handler?
Or any other ways to achieve this? or any third party GO library existing please point me.
Prabhu