Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 331 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 331 Bytes

Real-Time Chat Applications Using Node.js with Socket.io

Check it live: https://hadi-chatapp.herokuapp.com

  • Allow users to join different chat rooms and communicate with each other
  • Setup a websocket server using express and socket.io
  • Work with socket.io events (emit and listen)
  • Build html template using mustache.js