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).
- Host: GitHub
- URL: https://github.com/cirmifrancis/live-chat
- Owner: CirmiFrancis
- Created: 2024-04-03T02:23:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-29T05:26:39.000Z (12 months ago)
- Last Synced: 2025-09-14T15:47:25.041Z (9 months ago)
- Topics: chat, express-handlebars, expressjs, middleware, nodejs, socket-io, sweetalert2, websocket
- Language: JavaScript
- Homepage: https://cirmifrancis-live-chat.onrender.com
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.