ssmpy

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

1
0
1
Python
public

ssmpy

ssmpy is a Python implementation of the Stupid-Simple Messaging Protocol include server, library and client demo.

License

BSD 3-clause, see accompanying LICENSE file.

Dependencies

  • Python 2.7 +
  • Tornado 4.0 +

Example usage

Server

python ssmp_server.py

Client

python ssmp_client.py

Dedault ip:port is 127.0.0.1:6380

Notes

DO NOT use in your production environment without enough test.

v0.3.3[beta]