mbr / tinyrpc

A compact, modular transport and protocol agnostic RPC library. Does jsonrpc v2.
https://tinyrpc.readthedocs.org
MIT License
156 stars 53 forks source link

Add WebSocket Server Transport based on gevent-websocket #7

Closed crispamares closed 10 years ago

crispamares commented 11 years ago

Follows the pattern of two Queues used in the WSGIServerTransport

mbr commented 10 years ago

This, along with the client from @neoecos has been lying around for too long. Pulling this in, although it would be good if it was possible to write test cases (which is hard, in this case, I know). An example for the docs would be nice as well.