This is a chat app developed with Node.js during a Udemy course.
After I completed the course, I developed some new features:
- User names should be unique in each room.
- Room names should be case insensitive.
- Show a list of rooms already in use so that the user can either choose one or enter in a new room.
There is a version running at Heroku.
The app is designed to be installed locally (mac, linux or windows) or on Heroku.
- Install Node.js
git clone https://github.com/vanessasena/chat-app.git
cd chat-app
npm install
npm start
- Open http://localhost:3000 in your web browser