Questions tagged [wamp-protocol]

Web Application Messaging Protocol (WAMP)

WAMP is an open standard WebSocket subprotocol that provides two application messaging patterns in one unified protocol:

  • Remote Procedure Calls
  • Publish & Subscribe
124 questions
-1
votes
1 answer

WAMP Crossbar.io client and server

I have just been introduced to the WebSocket Application Messaging Protocol WAMP http://wamp.ws/ and on googling I found the Crossbar.io implementation of the protocol. I installed it by following http://crossbar.io/docs/Quick-Start/ and…
aditya
  • 112
  • 1
  • 10
-1
votes
1 answer

Does WAMP messaging have to route messages through a broker?

I've been reviewing Websockets messaging protocols. Looking at WAMP, it has the basic features I want. But in reading the docs, it appears that it requires a messages to route through the broker. Is this correct? I am looking for real time…
Troy Harvey
  • 1,365
  • 2
  • 13
  • 24
-2
votes
1 answer

Unable to connect to WAMP router on the client side of my application

I'm building a web interface to an IoT device that will change the settings of the device. The tech stack that i'm using is as follows: - React.JS for the front end client - Node.js for the server - AutobahnJS library to communicate with WAMP to…
-2
votes
1 answer

WAMP requires Microsoft Visual Studio 2012 : VC 11 however that is no longer available on the microsoft website

Visual Studio 2012 : VC 11 vcredist_x64/86.exe is no longer available on the Microsoft website though I need it to run WAMP. This is the link to where the download is supposed to be: …
1 2 3
8
9