https://github.com/boatx/sockit
Simple web socket server
https://github.com/boatx/sockit
async-python asyncio python-3-6 python-3-7 python-3-8 websocket-server websockets
Last synced: 11 months ago
JSON representation
Simple web socket server
- Host: GitHub
- URL: https://github.com/boatx/sockit
- Owner: boatx
- License: mit
- Created: 2017-10-31T17:55:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T18:07:58.000Z (about 2 years ago)
- Last Synced: 2025-02-02T13:34:21.107Z (about 1 year ago)
- Topics: async-python, asyncio, python-3-6, python-3-7, python-3-8, websocket-server, websockets
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SockIt
[](https://github.com/boatx/SockIt/actions?workflow=Tests)
[](https://github.com/boatx/SockIt/blob/master/LICENSE)
Simple websocket server implementation, created for educational purposes. No
external modules required.
## Usage
On default settings server starts on `127.0.0.1:8888`, to start server call:
```bash
python main.py
```
To test server you can use simple JavaScript client from `client/client.html`.
## Requirements
* python => 3.7