Basic Chat application using socket.io/ ExpressJS/ NodeJS
This is a real-time chat application. The application is also deployed on Heroku, kindly click the link provided.
download zip file or run git clone
repo
navigate to working directory, then run npm install
run npm start
to initialize app, go to browser http://localhost:3000
you can also see a running app on heroku, Heroku app
Enter username and Chatroom to enter chat. Only those within the same chatroom can chat.
type @currentUser
to see the list of users (username only) in chatroom.
You can open multiple browser and navigate to working URL to chat with yourself. (For testing purpose)