Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/namitkumarsingh97/real-time-chatapp
Node.js chat app utilizing Express.js, hbs module, and Socket.io for real-time communication. Employs JavaScript for dynamic client-side interactions. Simple yet effective server-side solution for instant messaging.
https://github.com/namitkumarsingh97/real-time-chatapp
expressjs handlebars javascript nodejs socket-io
Last synced: 6 days ago
JSON representation
Node.js chat app utilizing Express.js, hbs module, and Socket.io for real-time communication. Employs JavaScript for dynamic client-side interactions. Simple yet effective server-side solution for instant messaging.
- Host: GitHub
- URL: https://github.com/namitkumarsingh97/real-time-chatapp
- Owner: namitkumarsingh97
- Created: 2024-05-13T15:46:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T09:52:49.000Z (9 months ago)
- Last Synced: 2024-11-28T20:49:50.803Z (2 months ago)
- Topics: expressjs, handlebars, javascript, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Real-Time ChatApp
Created a basic server side chat application using Sockets.
🚀 Demo
[https://real-time-chatapp-8e45.onrender.com/](https://real-time-chatapp-8e45.onrender.com/)
## Socket.IO
Socket.IO is an event-driven library for real-time web applications. It enables real-time, bi-directional communication between web clients and servers. It consists of two components: a client, and a server. Both components have a nearly identical API.