Skip to content

ZigaVukcevicDev/case-study-socket-io-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Case study

Socket.io chat

-- This is work in progress --

  • Broadcast a message to connected users when someone connects or disconnects
  • Add support for nicknames
  • Don’t send the same message to the user that sent it himself. Instead, append the message directly as soon as he presses enter.
  • Add “{user} is typing” functionality
  • Show who’s online

Description

// TODO

Try out this case study.

// TODO

Install

yarn

Run

npm run dev

Open browser at http://127.0.0.1:3000

Resources

Releases

No releases published

Packages

No packages published