https://github.com/shivraj0/quick-chat
A chat application to exchange texts locally between users via Network socket. Room creation feature to add n users to a room for group chat.
https://github.com/shivraj0/quick-chat
javascript socket-io
Last synced: about 2 months ago
JSON representation
A chat application to exchange texts locally between users via Network socket. Room creation feature to add n users to a room for group chat.
- Host: GitHub
- URL: https://github.com/shivraj0/quick-chat
- Owner: Shivraj0
- Created: 2021-01-07T17:55:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T19:29:39.000Z (about 5 years ago)
- Last Synced: 2025-05-17T15:11:22.762Z (about 1 year ago)
- Topics: javascript, socket-io
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick Chat Application
A Chat application build to exchange texts on local network via network sockets.
### Installation
Using `npm` package manager to install dependencies.
```bash
npm install
```
### Usage
```bash
npm run dev
```
Now hit `localhost:3000` url to see your application running.