Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 490 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 490 Bytes

AutobahnAndroid Examples

This folder contains complete working code examples that demonstrate various features of AutobahnAndroid.

Since AutobahnAndroid implements both standard WebSocket and WAMP, which provides asynchronous RPC and PubSub layered on top of WebSocket, there are examples for both:

WebSocket Examples

  • Echo Client
  • Broadcast Client
  • AutobahnTestsuite Client

WAMP Examples

  • RPC Client
  • PubSub Client