JBJames BNov 17, 2015
Using a separate VM instance for handling Socket Connections Vs Using same instance where Node is running?
I have two Node servers that are handling HTTP requests. Now we need to enable socket connections in order to send realtime notifications. What are the pros and cons of the following approaches : Hosting Web Socket Server in a separa
JJan and 1 more commented