Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajesh-royal/chatappsocketio
A simple Real Time chat App using socket.io and node js, express. It's only having group chat functionality so anyone with the link will join same channel. It also support Image previews.
https://github.com/rajesh-royal/chatappsocketio
express nodejs socket
Last synced: 2 months ago
JSON representation
A simple Real Time chat App using socket.io and node js, express. It's only having group chat functionality so anyone with the link will join same channel. It also support Image previews.
- Host: GitHub
- URL: https://github.com/rajesh-royal/chatappsocketio
- Owner: Rajesh-Royal
- Created: 2020-06-14T17:23:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T01:53:52.000Z (about 2 years ago)
- Last Synced: 2024-04-24T10:29:12.551Z (9 months ago)
- Topics: express, nodejs, socket
- Language: HTML
- Homepage: https://socketio-chat-app.herokuapp.com/
- Size: 368 KB
- Stars: 9
- Watchers: 2
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### Socket.io Simple chat App
```
"dependencies": {
"browser-image-compression": "^1.0.12",
"express": "^4.17.1",
"jquery": "^3.5.1",
"nodemon": "^2.0.4",
"socket.io": "^2.3.0"
}
```
*** Update for image compression support max image size 1MB after compression. Other data will be preoceed without compression it process data in Base64 format so big-size media may not support or take long time to get uploaded.Heroku demo - https://socketio-chat-app.herokuapp.com/
![chat app socket screenshot](https://user-images.githubusercontent.com/24524924/110233708-cdfb3800-7f4b-11eb-90ea-2708bda806c3.png)