Chat app built with LoopBack, Angular and Socket.IO
- node (tested with 5+)
- npm (tested with 3+)
The installation is
$ git clone [email protected]:brianoconner777/ScalableChatApp.git
$ cd ScalableChatApp
$ npm install
From inside the project directory run
$ npm start
The server will start on http://0.0.0.0:3000/
From inside the project directory run
$ cd client
$ npm start
The client will start on http://localhost:8080/