项目作者: sudarshanadayananda

项目描述 :
Websocket with SailsJS server and Angular client
高级语言: JavaScript
项目地址: git://github.com/sudarshanadayananda/WebSockets-AngularAndSailsJS.git


WebSockets-AngularAndSailsJS

  1. This is sample application for beginners to getting started with Websockets in SailsJS.
  2. Angular is used as Socket Client.

SocketServer Setup

  1. Inside SocketServer Directory run below commands.
  2. > npm install
  3. > sails lift

SocketClient Setup

  1. Inside SocketCliet Directory run below commands.
  2. > npm install
  3. > ng serve