Skip to content

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.

Notifications You must be signed in to change notification settings

Rajesh-Royal/ChatAppSocketIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published