Skip to content

Commit

Permalink
polish readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed May 20, 2017
1 parent b26f941 commit f06e266
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# AutobahnJava
# Autobahn|Java

AutobahnJava is a subproject of the [Autobahn project](http://crossbar.io/autobahn/) and provides an open-source client implementation
Autobahn|Java is a subproject of the [Autobahn project](http://crossbar.io/autobahn/) and provides an open-source client implementations for

* **[The WebSocket Protocol](http://tools.ietf.org/html/rfc6455)**
* **[The Web Application Messaging Protocol (WAMP)](http://wamp.ws/)**

for Android/Dalvik and Netty/JVM based applications.
running on Android/Dalvik and Netty/JVM.

The WebSocket layer is using a callback based user API, while the WAMP layer is using Java CompletableFuture for WAMP actions (call, register, publish and subscribe) and the Observer pattern for WAMP session, subscription and registration lifecycle events.
The WebSocket layer is using a callback based user API.

The WAMP layer is using Java CompletableFuture for WAMP actions (call, register, publish and subscribe) and the Observer pattern for WAMP session, subscription and registration lifecycle events.

The library is MIT licensed, maintained by the Crossbar.io Project, tested using the AutobahnTestsuite and published as a JAR to Maven and as a Docker toolchain image to Dockerhub.


## Show me some code
Expand Down

0 comments on commit f06e266

Please sign in to comment.