https://github.com/mwelwankuta/chathouse
real time chat app
https://github.com/mwelwankuta/chathouse
expressjs reactjs socket-io
Last synced: over 1 year ago
JSON representation
real time chat app
- Host: GitHub
- URL: https://github.com/mwelwankuta/chathouse
- Owner: mwelwankuta
- Created: 2021-07-05T18:40:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T19:04:06.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T09:47:09.748Z (over 1 year ago)
- Topics: expressjs, reactjs, socket-io
- Language: JavaScript
- Homepage: https://chathouse-goxe6zehz-mwelwankuta.vercel.app/
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chat-App
## Real time web applications with Socket.io (Chat Application)
#### Project Can be found in here :
**[Live version](https://chathouse.ml/)**

👨🏻💻 ChatHouse
## 🎩 Project Description
This project aims to use Socket.io a web socket library. This would allow users to send messages and receive messages in real time. This would be done separately per user as a sender or, as per user as a receiver. The results would be displayed on chat room. This app show the process of how to send and receive messages using web sockets and Socket.io to make any real-time application.
### 👉 Technologies Used :
#### Frontend:
* React.JS
* SCSS
#### Backend
* Expressjs
* Socket.io
## 🐛 Bugs Reporting
Feel free to [open an issue](https://github.com/mwelwankuta/chathouse/issues) on GitHub if you find any bug.