Websocket with SailsJS server and Angular client
This is sample application for beginners to getting started with Websockets in SailsJS.
Angular is used as Socket Client.
SocketServer Setup
Inside SocketServer Directory run below commands.
> npm install
> sails lift
SocketClient Setup
Inside SocketCliet Directory run below commands.
> npm install
> ng serve