Skip to content

A multi user chatroom built with React, express, and websockets

Notifications You must be signed in to change notification settings

ministrudels/node-websockets-chat-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

node-websockets-chat-room

A simple multi-user chat application demonstarting the functionality of websockets.

Features:

  • Multiple users can chat together in real-time
  • All users get notified when a user joins/leaves the current room
  • Maintains the list of active users

Getting Started:

Start the Express server

cd client
yarn install && yarn start

Start the client

cd server
yarn install && yarn start

Next steps:

  • Add user is typing indicator
  • Add user metadata with via ws on connect rather than on message

About

A multi user chatroom built with React, express, and websockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published