8000 multithreadchat-react/README.md at master · tarangdave/multithreadchat-react · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 474 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 474 Bytes

Multithreaded Real Time Chat Component

A ReactJS project to showcase Appbase as a streaming database service.

Features

  • Chat with Real Time updates
  • Multithreaded (Reply to a chat like Reddit)
  • View all online users

To run on local server

  • clone the repo
  • cd to the cloned directory and npm install to install the dependencies
  • npm start to start local server on port 3000
0