/nodejs-chat-app

NodeJS Chat App with Socket.io

Primary LanguageJavaScript

NodeJS Chat App

Chat app using NodeJS and Socket.io. Third part of The Complete Node.js Developer Guide by Andrew Mead.

Running

Download or clone the repo, open project's folder and via terminal go to the root of the project and run npm install to download the dependencies needed. After that run npm run dev, and check in your browser the Express server up and running in localhost:3000.

App was deployed on Heroku