xconn-swift is WAMP client in Swift #549
om26er
started this conversation in
Show and tell
Replies: 1 comment 1 reply
|
@Mahad-10 will do a PR to wamp-proto implementations page, so we can list all these libraries |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We recently did a WAMP client implementation in Swift. For authentication it supports Ticket, CRA, CryptoSign. For serializers CBOR, MSGPACK and JSON are supported. Transport is currently websocket only.
https://github.com/xconnio/xconn-swift
All reactions