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

https://github.com/cirmifrancis/live-chat

Live chat made with Node.js, Express.js, Express-Handlebars & Socket.io. Deployment made on Render (previously on Glitch).
https://github.com/cirmifrancis/live-chat

chat express-handlebars expressjs middleware nodejs socket-io sweetalert2 websocket

Last synced: 3 months ago
JSON representation

Live chat made with Node.js, Express.js, Express-Handlebars & Socket.io. Deployment made on Render (previously on Glitch).

Awesome Lists containing this project

README

          

# Live Chat

Enter a name to identify yourself, then you can write a message or simply read to others. The chat restarts after a period of inactivity.

> [!NOTE]
> Maybe I will use this as a base to make something bigger in the future and add more functionalities.

**Deployment on:** Render (since July 2025, previously on Glitch)

## Latest Update (v1.1.2) - 13 September 2024

* **Change:** The chat box and user count are now positioned at the bottom of the page.
* **Change:** On lower resolutions (768px or less), the inline margins of the messages container have been reduced.