Web Application Messaging Protocol: Difference between revisions

Content deleted Content added
Fixed a typo: dispatchs -> dispatches
JeeAge (talk | contribs)
Line 162:
==Evolution==
 
WAMP is currently in version 2<ref>[http://wamp.ws/spec/ WAMP 2 specification menu]</ref> which introduced routed RPC. The version 1 is now deprecated.<ref>[http://wamp.ws/spec/wamp1/#overview WAMP 1 specification overview]</ref> As of now, all routers are compatible with version 2. Some clients remainsremain unported: Wamp.io, AutobahnAndroid and cljWAMP.
 
The version 2 of the specification is divided in two parts: the basic profile, including the router RPC and Pub/Sub, and the advanced profile, featuring trust levels, URI pattern matching and client listing. The basic profile is considered stable and is what current libraries are implementing while the advanced profile is still in evolution.