https://github.com/bineeshb/socket.io-chat-app
A Chat application with rooms, developed using Node, Express, Socket.io and Moment.js.
https://github.com/bineeshb/socket.io-chat-app
express momentjs node socket-io
Last synced: about 2 months ago
JSON representation
A Chat application with rooms, developed using Node, Express, Socket.io and Moment.js.
- Host: GitHub
- URL: https://github.com/bineeshb/socket.io-chat-app
- Owner: bineeshb
- License: mit
- Created: 2022-01-18T13:06:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T08:33:59.000Z (over 3 years ago)
- Last Synced: 2025-01-18T09:13:57.723Z (3 months ago)
- Topics: express, momentjs, node, socket-io
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat App
A Chat Application with chat rooms.
## Build with
- Node
- Express
- Socket.io
- Moment.js## Usage
1. Clone the repo
2. Install dependencies `npm i`
3. Run the application using `npm run start` or `npm run dev`
4. Load the application in local browser using `http://localhost:3000`