This simple chat application is enough for your on-the-go chats where you don't wanna keep the storage.
- User login and autologout if page is closed or if leaveroom is clicked.
- Login/Logout notification inside the chatroom.
- Different rooms for different topics to be discussed upon.
- Javascript
- Node.js
- Express.js
- Moment.js
- Socket.io
A clone of the application is deployed on -
https://onebitjoy-vchat.onrender.com/
- Render.com - for deployment
- Git clone the repository
git clone https://github.com/onebitjoy/Node.js-Chat-Application
, then open the folder. - Run
npm install
- Open command prompt in the same directory
- type
npm run dev
to start the service. That's it.
- Login page - User has to choose a username and the room
- The user will be redirected into the room
- Easy logout option is to leave room.