Web Application Messaging Protocol: Difference between revisions

Content deleted Content added
m very minor grammo
Line 26:
* '''call''': a client asks the router to get the result of an exposed procedure from another client.
* '''subscribe''': a client notifies its interest in a topic.
* '''publish''': a client publishes informationsinformation about this topic.
 
This can have subtle variations depending of the underlying transport.<ref>{{cite web|title=The Long-Poll Transport is able to transmit a WAMP session over plain old HTTP 1.0/1.1. This is realized by the Client issuing HTTP/POSTs requests, one for sending, and one for receiving|url=https://github.com/tavendo/WAMP/blob/master/spec/advanced.md#long-poll-transport}}</ref> However, implementation details are hidden to the end-user who only programs with the two high-level primitives that are RPC and PubSub.