Reputation: 37
I'm learning WAMP (Web Application Messaging Protocol ). I'm trying to figure out the difference between these methods in AutobahnJS. ( and PHP Client with Thruway - https://github.com/voryx/Thruway)
But I can't get the difference between them, any tips?
Thanks :)
Upvotes: 1
Views: 1012
Reputation: 984
Despite library you use, WAMP define:
Message
Service
Note: Service and Message are probably not totally correct terms here.
Upvotes: 2
Reputation: 22051
You might have a look at the "A quick introduction to WAMP" presentation on the WAMP homepage, the WAMP FAQ (here and here) or the figures in the section "How it works" on the Crossbar.io homepage.
Upvotes: 3