Skip to content

donalm/txMsgpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txMsgpack

This library is unmaintained - a better alternative may be https://github.com/jakm/txmsgpackrpc

For the latest source code, see http://github.com/donalm/txMsgpack

txMsgpack is a Twisted Protocol to support msgpack-rpc with a more tx idiom than the Tornado implementation that's already available. It uses Twisted for asynchronous network communication.

So Far

  • Msgpack
  • MsgpackServerFactory
  • MsgpackClientFactory

Dependencies

Install

Everything is in lib/python/txmsgpack/ so just make sure lib/python is in PYTHONPATH.

import txmsgpack
txmsgpack.Msgpack
txmsgpack.MsgpackError
txmsgpack.MsgpackServerFactory
txmsgpack.MsgpackClientFactory
txmsgpack.MSGTYPE\_REQUEST
txmsgpack.MSGTYPE\_RESPONSE
txmsgpack.MSGTYPE\_NOTIFICATION

Usage

See the example directory for:

  • tx_client.py
  • tx_server.py
  • client.py

About

Twisted Python protocol for msgpack-rpc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages