Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)