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

https://github.com/jod35/python-sockets

Trying to implement sockets with Python and Javascript
https://github.com/jod35/python-sockets

Last synced: 11 months ago
JSON representation

Trying to implement sockets with Python and Javascript

Awesome Lists containing this project

README

          

# python-sockets
This is a simple app I built while trying to implement sockets with Python and Javascript

## Install requirements
- Create a virtual environment and activate it.
- Install all requirements with ``` pip install -r requirements.txt ```

## Run server
use gunicorn

``` https://github.com/jod35/python-sockets.git ```

## Client
Visit `` http://localhost:8000 ``