Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rednaks/simplews-python
https://github.com/rednaks/simplews-python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rednaks/simplews-python
- Owner: rednaks
- Created: 2012-12-10T00:14:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-12T20:08:18.000Z (over 11 years ago)
- Last Synced: 2024-04-15T12:23:03.085Z (9 months ago)
- Language: Python
- Size: 114 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.