Server
npm install --save socket.io
Client
npm install --save socket.io-client
References
https://socket.io/docs/#Installing
Daily Notes of a Programmer
Server
npm install --save socket.io
Client
npm install --save socket.io-client
References
https://socket.io/docs/#Installing