Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 402 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 402 Bytes

Online chat

Chat with realtime client-server interaction on websocket method

Features

  • Identification by nickname at start
  • Messaging between two users
  • Displaying typing status of another user
  • Sync messages after disconnect
  • Minimalistic design
  • Leave reactions to messages

To dev

Frontend:

  • cd frontend
  • npm i
  • npm start

Backend:

  • cd backend
  • npm i
  • npm start