Web Application Messaging Protocol: Difference between revisions

Content deleted Content added
Gian-Pa (talk | contribs)
fix links and small grammar issues
removed mention on WAMP version 1, since its specs are not longer available + fixed url to DDP spec
Tag: references removed
Line 174:
==Evolution==
 
WAMP is currently in version 2<ref>[https://wamp-proto.org/spec.html WAMP 2 specification menu]</ref> which introduced routed RPC. 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 remain unported: Wamp.io, AutobahnAndroid, and cljWAMP.
 
The version 2 of the specification is divided into 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.
Line 380:
|
|-
| [[Distributed Data Protocol|DDP]]<ref>[https://github.com/meteor/meteor/blob/devel/packages/ddp/DDP.md| DDP specs]</ref>
| {{ya}}
| {{ya}}