shiroyuki / Tori

Tornado-based Micro Web Framework
MIT License
3 stars 1 forks source link

Implement RPC for Web Socket #12

Closed shiroyuki closed 12 years ago

shiroyuki commented 12 years ago

Implement tori.socket.rpc.RemoteInterface to handle RPC to registered components via the default instance of Imagination framework.

The class should be based on tori.socket.websocket.WebSocket.