Re: [Development] QtWebChannel scope

2014-07-04 Thread Milian Wolff
On Friday 04 July 2014 12:41:46 Lutz Schönemann wrote: > Hi Milian, > > when using the qwebchannel.js file to implement a client one can set a > URL so that the QWebChannel object opens a websocket connection to that > URL or just set an already connected socket right? > But I'm thinking about set

Re: [Development] QtWebChannel scope

2014-07-04 Thread Lutz Schönemann
Hi Milian, when using the qwebchannel.js file to implement a client one can set a URL so that the QWebChannel object opens a websocket connection to that URL or just set an already connected socket right? But I'm thinking about setting a socket object that already has a send function, that wil

Re: [Development] QtWebChannel scope

2014-07-04 Thread Milian Wolff
On Friday 04 July 2014 11:11:13 Bernd Lamecker wrote: > Hi, > > do you plan to use QtWebChannel only "locally" or will it be possible to use > the javascript part to connect a pure QML client to an QObject backend or > maybe even use the javascript to connect a NodeJS server to a QObject? Hey, t

[Development] QtWebChannel scope

2014-07-04 Thread Bernd Lamecker
Hi, do you plan to use QtWebChannel only "locally" or will it be possible to use the javascript part to connect a pure QML client to an QObject backend or maybe even use the javascript to connect a NodeJS server to a QObject? Regards, Bernd ___ Develo