Skip to content

Simple Chat Application with Dynamic Chat Rooms. Implemented with NodeJs and Socket.io module. The Express server serves html, which includes the chat UI. Socket events handle the forwarding of messages and user creation. Realtime chat messages are volatile and stored on the client side.

Notifications You must be signed in to change notification settings

Jkan1/chat-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Room

A Socket.IO & NodeJs Chat Room implementation
  • The Express server serves html, which includes the chat UI.
  • Socket events handle the forwarding of messages and user creation.
  • Namespace Socket broadcasts all updates in available users and their status.
  • Realtime chat messages are volatile and stored on the client side.

About

Simple Chat Application with Dynamic Chat Rooms. Implemented with NodeJs and Socket.io module. The Express server serves html, which includes the chat UI. Socket events handle the forwarding of messages and user creation. Realtime chat messages are volatile and stored on the client side.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages