Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 697 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 697 Bytes

RealTime-Engine.IO

1. ExpressJS - README

  • cd ExpressJS
  • npm start start the server.

2. HapiJS - README

  • cd HapiJS
  • npm start start the server

3. TrailsJS - README

  • cd TrailsJS
  • npm start start the server

Note : Engine is meant to be bundled with frameworks. Socket.IO includes Engine, therefore serving two clients is not necessary. If you use Socket.IO, then review the example here: https://github.com/JSbotHQ/RealTime-Socket.IO