Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayushshri/you-chat
A client Chat Appliation or Instant Messenger built using Socket.io and Node.JS where users can seemlessly group chat by joining the common public chat room. It also Offers Auto-Reconnection support.
https://github.com/ayushshri/you-chat
chat express groupchat nodejs socket-io websocket
Last synced: about 1 month ago
JSON representation
A client Chat Appliation or Instant Messenger built using Socket.io and Node.JS where users can seemlessly group chat by joining the common public chat room. It also Offers Auto-Reconnection support.
- Host: GitHub
- URL: https://github.com/ayushshri/you-chat
- Owner: AyushShri
- Created: 2020-01-25T11:15:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T16:33:11.000Z (about 3 years ago)
- Last Synced: 2024-05-27T14:29:07.908Z (8 months ago)
- Topics: chat, express, groupchat, nodejs, socket-io, websocket
- Language: HTML
- Homepage: https://you-chat-ayush.herokuapp.com/
- Size: 1.07 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A group chat application where users can join the Public Chat Room and Instantly message friends online. (notifies disconnection). Offers Auto-Reconnection support.
Built using socket.io which uses engine.io to establish connections in the presence of:
--proxies and load balancers.
--personal firewall and antivirus software.Technical Stack-
-Sockets.io and WebSockets
-Node.js (express.js)
-JSON
-HTML/CSS
Please npm install the above and then run the node index.js on the localhost
Application can be found deployed here-