Skip to content

tobbie/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