Skip to content

boatx/SockIt

Repository files navigation

SockIt

Tests GitHub 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:

python main.py

To test server you can use simple JavaScript client from client/client.html.

Requirements

  • python => 3.7