Node-based live chat application that interacts with Relay: Async.
Not production ready.
- Clone the repository.
- Update the
app.js
file, line 50, with the correct route to your Relay: Async application. - Run
npm install
to install all needed packages. - Run
node app.js
to run the application.
The default port is 8080. Make sure it is open or configure it in the app.js
file.
- Socket.io
- Express.io
- Gravatar
Heavily-based on the Live Chat application based on Node by Tutorialzine — modified to fit my needs. All credit goes to them. See license.