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