Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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