![CircleCI]()
wampc
#### Web Application Messaging Protocol Client
TypeScript client for WAMP2
Supported protocols
- JSON (native) as default
- CBOR (
cbor-x)
- MessagePack (
@msgpack/msgpack)
Supported transports
- WebSocket _(JSON, CBOR, MessagePack)_
- RawSocket _(only in Node and only JSON)_
Credits
Most of the implementation details were borrowed from
AutobahnJSand
WampyJS