Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T18:07:58.000Z (about 1 year ago)
- Last Synced: 2024-01-10T19:56:16.983Z (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
[![Tests](https://github.com/boatx/SockIt/workflows/Tests/badge.svg)](https://github.com/boatx/SockIt/actions?workflow=Tests)
[![GitHub license](https://img.shields.io/github/license/boatx/SockIt)](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