
VERnetzX: Voice-operated Social Network
VERnetzX is a social network you speak to: an Alexa-based assisted-living system for the older generation, built with designers at KIT and …
20 articles

VERnetzX is a social network you speak to: an Alexa-based assisted-living system for the older generation, built with designers at KIT and …

Beyond a bare wamp2spring router: publishing on topics and registering remote procedures, with the Pub/Sub and RPC patterns behind WAMP …

Setting up a WAMP router on Spring Boot with the Java library wamp2spring, so your clients can talk to each other without running …

A walkthrough of writing your first WAMP microservice in Java with Autobahn|Java: connecting to a Crossbar.io router, subscribing to topics, …

WAMP clients need a router to talk to each other. How to set up a local Crossbar.io router for development, and why you want one on your own …
WAMP gives services both Remote Procedure Calls and Publish-Subscribe over one connection. How it works, how it differs from REST, where …