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

https://github.com/node/ssmpy

Python implementation of the Stupid-Simple Messaging Protocol (server, library and client )
https://github.com/node/ssmpy

Last synced: 13 days ago
JSON representation

Python implementation of the Stupid-Simple Messaging Protocol (server, library and client )

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.