Skip to content

HermasT/autobahn-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autobahn WebSockets for Android
-------------------------------

Autobahn WebSockets for Android provides a client library implementation
of the WebSockets protocol:

   * supports protocol draft version 10-14
   * easy to use API
   * very good standards conformance
   * Open-source (Apache 2 license)

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.

About

WebSocket & WAMP in Java for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.0%
  • Python 1.0%