I am in need to send multiple items over rest web service being developed over Nodejs + Restify. I can send single object e.g. User.
Suppose, my app got 10 - 100 users at once and want to upload on server via Restful web service developed in nodejs/restify. What would be good solution for this?