Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
projects:wamp:docs [2015/08/31 18:00] – [http publisher] scipio | projects:wamp:docs [2017/05/04 17:45] (current) – [http bridge publisher and callew] scipio | ||
---|---|---|---|
Line 28: | Line 28: | ||
< | < | ||
pip install crossbar[tls, | pip install crossbar[tls, | ||
+ | pip install setproctitle | ||
+ | </ | ||
+ | |||
+ | ATTENZIONE con la versione 0.11.1, | ||
+ | commentare la riga 232 di lib/ | ||
+ | < | ||
+ | # | ||
</ | </ | ||
Line 104: | Line 111: | ||
</ | </ | ||
- | ==== http bridge publisher and calle === | + | supervisor config |
+ | < | ||
+ | [program: | ||
+ | command=/ | ||
+ | user=wamp | ||
+ | autostart=true | ||
+ | </ | ||
+ | |||
+ | ==== http bridge publisher and caller | ||
- | An http POST request can emit WAMP **event** | + | An http POST request can emit WAMP event, or we can call an RPC via http POST. |
< | < |