Re: [qooxdoo-devel] how to use or integrate socket in qooxdoo

2013-09-07 Thread Andreas Parusel
Hi Matteo, In whatever class it makes the most sense in your app, assign a new WebSocket-Instance to a member in the constructor. Here a small example, I just tested it myself (works :) ). It illustrate you a possible way to go.  /**  * @ignore(WebSocket)  */ qx.Class.define("test.SomeClass", {

Re: [qooxdoo-devel] how to use or integrate socket in qooxdoo

2013-09-07 Thread matteomasina
Hi Andreas, I've posted a sample but for using SimpleIO.js that uses node.js, but I have already my server code working, developed in c#. So that my problem is understand hot to integrate in qooxdoo something similar to this : /var ws = new WebSocket("ws://localhost:3500/test"); ws.ono