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
- Host: GitHub
- URL: https://github.com/jod35/python-sockets
- Owner: jod35
- Created: 2021-06-01T22:33:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T22:45:19.000Z (over 4 years ago)
- Last Synced: 2025-01-05T16:12:18.583Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ``