Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rednaks/simplews-python


https://github.com/rednaks/simplews-python

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

A Simple WebSocket Library for python (simpleWSpy)
=================================================

Websocket protocol implemented in python see : RFC 6455 (http://tools.ietf.org/html/rfc6455).

Licensing
---------

simpleWSpy is released under GPL V3 License.

Installing
----------

To install simpleWSpy run the followin instructions :

```
# python setup.py install
```

Documentation
-------------

No documentation yet.

How To Use
----------
Look at example/test.py to see how to use the library.