A NodeJS chat application that is built on WebSockets by SocketIO.
To run the app locally:
- Clone this repository.
- Navigate to the repository folder and run
npm install
to install dependencies. - Run
node server/server.js
and navigate tolocalhost:3000
for the chat application.
Hosted on Heroku.