nightlife-rabbit
nightlife-rabbit copied to clipboard
A WAMP-Router implementation for node.js
I have node 4.2.2. Just run `npm install git+https://github.com/christian-raedel/nightlife-rabbit.git && node`. > const nightlife = require('nightlife-rabbit'); I have observed following: > [email protected]:~/test$ ps aux | grep node > pnuzhdin 26214...
Thanks a lot for the nice WAMP server. Can anyone explain how to connect the redis-server to any operation publish/subscribe on any topic? In example secure-nightlife-server.js topic must be set:...
Hello, The problem: 1. A client registers a procedure "foo" 2. Client disconnects unexpectedly 3. Client reconnects 4. Client tries to registers the procedure "foo" 5. The error "wamp.error.procedure_already_exists" is...
I wnat to change logger level. I try set logger: new CLogger({name: "custom-logger", visible: ['info']}). There was no reaction. Log level remains. In router.js script use utils.logger() so I can't...
I didn't get working your examples and tutorials. All connections with autobahn.js are immediately closed after connect. My environments: Nodejs: v0.10.36 on Raspbian, v0.12.0 on OsX PS: with WAMP.rt works...