You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swamp is a WAMP implementation in Swift 2. (Swift 3 support underway)
6
+
Swamp is a WAMP implementation in Swift.
7
7
8
8
It currently supports calling remote procedures, subscribing on topics, and publishing events. It also supports authentication using ticket & wampcra authentication.
9
9
10
-
Swamp `0.1.0`utilizes WebSockets as its only available transport, and JSON as its serialization method.
10
+
Swamp utilizes WebSockets as its only available transport, and JSON as its serialization method.
11
11
12
12
Contributions to support MessagePack & Raw Sockets will be merged gladly!
0 commit comments