Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Real-Time ChatApp

project-image

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.