Content deleted Content added
m americanized spelling of "-ised" word, added Oxford comma Tags: Reverted Visual edit Newcomer task Newcomer task: copyedit |
m Reverted edit by Jane I. Smith (talk) to last version by Jarble |
||
Line 35:
Routers can define realms as administrative domains, and clients must specify which realm they want to join upon connection. Once joined, the realm will act as a [[namespace]], preventing clients connected to a realm from using IDs defined in another for RPC and PubSub. Realms also have permissions attached and can limit the clients to one subset of the REGISTER/CALL/PubSub actions available.
Some realms can only be joined by authenticated clients, using various authentication methods such as using [[X.509|TLS certificate]], [[HTTP cookie|cookies]]
===Routed RPCs===
Line 122:
|}
The minimum requirements to build a WAMP client are the abilities to use sockets and to
However, the persistent nature of WebSocket connections requires the use of non-blocking libraries and [[Asynchronous I/O|asynchronous]] [[Application programming interface|API]]s. In languages with one official mechanism such as JavaScript, Erlang or Go, this is not an issue. But for languages with several competing solutions for asynchronous programming, such as Python or PHP, it forces the client author to commit to a specific part of the ecosystem.
|