jcelliott / turnpike

Go implementation of a WAMP (Web Application Messaging Protocol) client and router
MIT License
258 stars 88 forks source link

WebSocket transport with JSON serializer #28

Closed beatgammit closed 10 years ago

beatgammit commented 10 years ago

Need a basic version of a WebSocket transport with JSON serializer. This should probably be a subpackage (wampv2/client?).

The design should be such that it's easy to replace either WebSockets as the transport (e.g. TCP) or JSON as the serialization format (e.g. msgpack).