Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/khalil-codes/realtime-chat-app-socketio

Built using Socket.io, React, Node and Express. This app intends to demonstrate the use of sockets and how they are used to prcess realtime data. A user Joins the room and when another user joins with the samr roomID they can converse. Added WhatsApp like UI and few functionalities.
https://github.com/khalil-codes/realtime-chat-app-socketio

express node react socket-io typescript

Last synced: 27 days ago
JSON representation

Built using Socket.io, React, Node and Express. This app intends to demonstrate the use of sockets and how they are used to prcess realtime data. A user Joins the room and when another user joins with the samr roomID they can converse. Added WhatsApp like UI and few functionalities.

Awesome Lists containing this project

README

        

# Realtime Chat App

Built using Socket.io, React, Node and Express. This app intends to demonstrate the use of sockets and how they are used to prcess realtime data. A user Joins the room and when another user joins with the samr roomID they can converse. Added WhatsApp like UI and few functionalities.

![Chat App](./snapshot/realtime-chat-app.png)

## Get Started:

### Navigate to Client directory as well as server directory and run the following command in terminal

`npm install`

### In Server directory run:

`npm run server`

### In Client directory run:

`npm start`

You are good to go...
Happy Chatting