--

@Salil, normally socket applications use reverse proxy and load balances that support sticky sessions which ensures that all requests from the same user reach the same server instance.

Even without that, it should work if your data store is distributed. Ideally server instances should not maintain state across multiple requests.

Let me know if that helps. :)

--

--

Umakant Vashishtha
Umakant Vashishtha

Written by Umakant Vashishtha

Senior Software Engineer at Razorpay, Backend Instructor | umakantv.com

Responses (1)