https://github.com/leeandri/nod3js-chat
A real-time chat app built with Node.js and Socket.IO
https://github.com/leeandri/nod3js-chat
chat chat-application javascript location moment-js mustache-js node-js socket-io
Last synced: about 1 month ago
JSON representation
A real-time chat app built with Node.js and Socket.IO
- Host: GitHub
- URL: https://github.com/leeandri/nod3js-chat
- Owner: leeandri
- Created: 2025-04-04T21:13:35.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-04T22:07:42.000Z (about 2 months ago)
- Last Synced: 2025-04-04T22:28:17.534Z (about 2 months ago)
- Topics: chat, chat-application, javascript, location, moment-js, mustache-js, node-js, socket-io
- Language: JavaScript
- Homepage: https://chat-nod3js.onrender.com
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat App
A chat application that allows users to join rooms, exchange messages, and share locations in a seamless and interactive interface.
## Features
- Real-time messaging with Socket.IO
- Location sharing functionality
- Dynamic templating with Mustache.js
- Responsive and user-friendly UI## Technologies
- Node.js
- Socket.IO
- Mustache.js
- HTML/CSS## Getting Started
1. Clone the repository: `git clone `
2. Install dependencies: `npm install`
3. Start the server: `npm run start`
4. Open in your browser: `http://localhost:8000`