Questions tagged [crossbar]

Crossbar.io unified application router

Crossbar.io unified application router

Crossbar.io is an open-source middleware software built on the WAMP application routing protocol that allows developers to create distributed systems, composed of application components which are loosely coupled, communicate in (soft) real-time and can be implemented in different languages.

140 questions
0
votes
1 answer

Crossbar.io - WAMP router not working

I have followed this instruction http://crossbar.io/docs/Getting-started-with-NodeJS/ and I can access to frontend via localhost:8080, but seem like hello.js in backend side had not been executed. This is the log after I run crossbar…
0
votes
1 answer

crossbar.io python application components, unknown attribute 'processes' in top-level configuration

I'm trying/learning crossbar.io with Autobahn/Python. I could create some small components to write a file, run shell commands and now I'm following this description. I have the config example from Router with Application Session in…
Zoli
  • 323
  • 3
  • 9
0
votes
1 answer

program stuck in session.join()

I am using a crossbar.io router with the below configuration, the C++ program seems to be stuck in session.join() call. { "controller": { }, "workers": [ { "type": "router", "realms": [ …
Ravikumar Tulugu
  • 1,702
  • 2
  • 18
  • 40
-1
votes
1 answer

WAMP Crossbar.io client and server

I have just been introduced to the WebSocket Application Messaging Protocol WAMP http://wamp.ws/ and on googling I found the Crossbar.io implementation of the protocol. I installed it by following http://crossbar.io/docs/Quick-Start/ and…
aditya
  • 112
  • 1
  • 10
-1
votes
1 answer

Twisted compilation failed in Ubuntu 14.04

I am trying to install Crossbar in my ubuntu 14.04. I installed the dependencies as per the instruction here. When I am trying to install cross the twisted installation fails. I am having python 2.7.6. I installed all the python-devl…
Joshua
  • 442
  • 1
  • 5
  • 20
1 2 3
9
10