CppWAMP
C++11 client library for the WAMP protocol
Tutorial
  1. Variants – A Variant mimics a dynamic Javascript variable.
  2. Connectors – A Connector is used for establishing client transport endpoints.
  3. Sessions – How to establish a WAMP session using stackful coroutines.
  4. Error Handling – How to handle runtime errors emitted by Session.
  5. Remote Procedure Calls – How to register and invoke remote procedure calls.
  6. Publish-Subscribe – How to publish and subscribe to event topics.
  7. Asynchronous Callbacks – How to use asynchronous callbacks with Session.
  8. User Type Conversions – How to convert Variant to/from custom types.