projects:wamp:docs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:wamp:docs [2015/08/31 18:00] – [http publisher] scipioprojects:wamp:docs [2017/05/04 17:45] (current) – [http bridge publisher and callew] scipio
Line 28: Line 28:
 <code> <code>
 pip install crossbar[tls,msgpack,manhole,system] pip install crossbar[tls,msgpack,manhole,system]
 +pip install setproctitle
 +</code>
 +
 +ATTENZIONE con la versione 0.11.1, 
 +commentare la riga 232 di lib/lib/python2.7/site-packages/crossbar/controller/process.py
 +<code>
 +#ep['meta'] = e(None)
 </code> </code>
  
Line 104: Line 111:
 </code> </code>
  
-==== http bridge publisher and calle ===+supervisor config 
 +<code> 
 +[program:wamp] 
 +command=/opt/wamp/lib/bin/crossbar start --cbdir /opt/wamp/.crossbar 
 +user=wamp 
 +autostart=true 
 +</code> 
 + 
 +==== 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.
  
 <code> <code>
  • projects/wamp/docs.1441036815.txt.gz
  • Last modified: 2015/08/31 18:00
  • by scipio