https://github.com/node/ssmpy
Python implementation of the Stupid-Simple Messaging Protocol (server, library and client )
https://github.com/node/ssmpy
Last synced: 8 months ago
JSON representation
Python implementation of the Stupid-Simple Messaging Protocol (server, library and client )
- Host: GitHub
- URL: https://github.com/node/ssmpy
- Owner: node
- Created: 2015-09-11T09:24:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T15:22:14.000Z (about 10 years ago)
- Last Synced: 2025-01-27T11:14:58.585Z (about 1 year ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ssmpy
=====
ssmpy is a Python implementation of the [Stupid-Simple Messaging Protocol](https://github.com/aerofs/ssmp) include server, library and client demo.
License
--------------
BSD 3-clause, see accompanying LICENSE file.
Dependencies
--------------
- Python 2.7 +
- Tornado 4.0 +
Example usage
--------------
### Client
```
TODO
```
### Server
```
TODO
```
Notes
--------------
DO NOT use in your production environment without enough test.