forked from crossbario/autobahn-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
41 lines (28 loc) · 1.36 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Autobahn WebSockets for Android
-------------------------------
Autobahn WebSockets for Android provides a client library implementation
of the WebSockets protocol:
* very good standards conformance [1]
* easy to use API [2]
* designed to work with Android UI applications [3]
* Open-source (Apache 2 license)
[1] The implementation suuports the WebSockets protocol draft version 10-14 and
passes all tests from the Autobahn WebSockets test suite.
[2] The basic API is modeled after the WebSockets JavaScript API for
ease of use and familarity.
[3] The API enables the use of common Android idioms for event handling (using
anonymous inner classes) and integrates with Android UI applications (by
communicating via messages and message loops between the UI thread and back-
ground reader/writer threads).
RPC/PubSub
----------
Autobahn WebSockets for Android also includes an implementation of the
WebSocket Application Messaging Protocol (WAMP)
http://www.tavendo.de/autobahn/protocol.html
which can be used to build applications around Remote Procedure Call and
Publish & Subscribe messaging patterns.
* provides RPC and PubSub messaging
* built on JSON and WebSockets
* simple and open protocol
For more information, please visit: http://www.tavendo.de/autobahn
Commercial support and services is available from Tavendo GmbH.