Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 597 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 597 Bytes

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