An open API service indexing awesome lists of open source software.

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.

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
```