wamp-protocol Questions
2
Solved
I want to connect to the Push API of Poloniex. On their page they write the following:
In order to use the push API, connect to wss://api.poloniex.com and subscribe to the desired feed.
wss =...
Ybarra asked 26/12, 2015 at 0:34
1
I am developing a web application where I need real time behavior for the following scenario,
Application will have two type of users Player and Spectator. Players can join an going game while Sp...
Phrasing asked 3/11, 2015 at 8:41
1
I'm struggling with a problem : I developed a Ratchet Web Socket Server using PHP Ratchet
socketo.me
My server is up and listening to port 8082 :
require 'vendor/autoload.php';
$loop = React\...
Bartholomeo asked 21/7, 2015 at 13:26
1
I love crossbar.io and how it works(personally). But I would like to know how we could setup the architecture for a typical dynamic chat application using Autobahn(Crossbar.io).
Dynamic chat here ...
Snapdragon asked 21/1, 2015 at 21:2
1
Solved
Just wondering what the mysterious realm field in AutobahnJS is. From the docs, creating a connection is as follows:
var connection = new autobahn.Connection({
url: 'ws://127.0.0.1:9000/',
realm...
Rammer asked 2/6, 2014 at 8:41
1
Solved
I am following the basic wamp pubsub examples in the github code:
This example publishes messages from within the class:
class Component(ApplicationSession):
"""
An application component that pu...
Emogeneemollient asked 21/3, 2014 at 3:4
1
© 2022 - 2024 — McMap. All rights reserved.