An open API service indexing awesome lists of open source software.

https://github.com/amangarg0303/react-socketio-chatapp

A simple chat where users can join a room, and chat in it. Frontend is in Reactjs and for realtime communication Socket.io is used.
https://github.com/amangarg0303/react-socketio-chatapp

chat-application reactjs socket-io

Last synced: about 2 months ago
JSON representation

A simple chat where users can join a room, and chat in it. Frontend is in Reactjs and for realtime communication Socket.io is used.

Awesome Lists containing this project

README

          

Open client and server in two terminals. Do `npm i` in both terminals to install node_modules.

Then do `npm start` to run the app

> Open the website in two different browsers, join the room with some code. And then enjoy with realtime chatting.