Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/khalil-codes/realtime-chat-app-socketio
- Owner: Khalil-codes
- Created: 2022-03-14T09:49:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T06:18:51.000Z (almost 3 years ago)
- Last Synced: 2023-12-02T14:39:31.964Z (about 1 year ago)
- Topics: express, node, react, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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