Reputation: 319
I'am new to Autobahn and Websockets. I'm trying to build the following setup:
processing service (Java based blackbox):
mainservice listening on ws://localhost:9999 for incomming messages from processing service
javascript clients connected to mainservice on ws://:9000 displaying the messages on a map
Is it possible to write the mainservice with Autobahn listening on one port and delivering messages over another port? (From a performance view it might be better to combine the processing and the mainservice...but that shouldn't be the point here.)
Upvotes: 2
Views: 666