https://github.com/arjun-ms/websocket-api
A command line chat application built from Python.
https://github.com/arjun-ms/websocket-api
chat websocket websockets
Last synced: about 1 year ago
JSON representation
A command line chat application built from Python.
- Host: GitHub
- URL: https://github.com/arjun-ms/websocket-api
- Owner: arjun-ms
- Created: 2022-10-15T13:06:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T23:12:01.000Z (over 3 years ago)
- Last Synced: 2025-05-06T18:07:24.494Z (about 1 year ago)
- Topics: chat, websocket, websockets
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ***Chat@Socket***
A command line chat application built from Python.
Saturday HackNight project at TinkerSpace by TinkerHub Foundation.
## Team members:
**1.** [ARJUN MS](https://github.com/arjun-ms)
**2.** [SNEHA C SHAJI](https://github.com/sneha2180)
## Run Locally
Clone the project
```bash
git clone https://github.com/arjun-ms/websocket-API.git
```
Go to the project directory
```bash
cd websocket-API
```
Start the server
```bash
python server.py
```
Run as a client
```bash
python client.py
```