Wednesday, 12 April 2017

Scale mobile application

I currently have a mobile app that does REST calls to a express js backend. I am going to build a chat feature on the app using sockets.io and was wondering if I should just use my current express js backend for sockets.io or create another separate express js server to handle the sockets.io. The reason why I am asking this is because I am worried about scaling and dont want to slow down my REST server if many chats are going on at the same time. What are your thoughts on this?



via Shawn Varughese

No comments:

Post a Comment