Installation

Note

These instructions apply to slimWS .

slimWS is a pure python library, so no special steps are required for installation. You can install it in a variety of ways, or simply copy the slimWS folder directly into your project.

You can clone the repository using git:

git clone https://github.com/Torxed/slimWS.git

Running the examples

The source code archives include examples. Archives are available on Github:

unzip slimWS-x.x.x.zip
cd slimWS-x.x.x
python examples/ws_server.py

As mentioned above, you can also clone the repository using Git:

git clone https://github.com/Torxed/slimWS.git
cd slimWS
python examples/ws_server.py