/wamp-clients

Simple examples implementing WAMP with different libraries

Primary LanguageJava

wamp-clients

This repository shows simple examples how to implement WAMP clients using different libraries.

In the article Web Application Messaging Protocol is described how several entities communicate via WAMP.

How to set up a router needed for a network with different WAMP service is described in the article Local Crossbar Router for WAMP.

Till now, the repository includes following examples:

  • Autobahn|Java
  • Autobahn|Java simplified: represents the same library as above, but has an easier structure
  • A combination of Autobahn|Java and Spring