Skip to content

amadebusuyi/nodejs-chat-app

 
 

Repository files navigation

Hits

real-time nodejs chat app built with socket.io

to get started:

  1. npm install
  2. npm install nodemon --save-dev
  3. npm run dev
  4. open about 2/3 brower tabs, then navigate to localhost:3000 in every tab
  5. enter username and room number (integer)
  6. go ahead and chat away :)
  7. you can group users in chat rooms

what it looks like : join

chat_app_join

what it looks like : chatroom

chat_room_interface

to contribute

  • please read the guideline here

About

real-time nodejs chat app with socket.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.5%
  • HTML 23.8%
  • CSS 18.7%