[Pharo-project] socket.io

2011-10-10 Thread Herby Vojčík
Is there / planning a socket.io (server) support in Pharo? I am making suite of client-server application where I strongly consider socket.io as the communication layer; there is no problem with clients, but at the server-side, socket.io seems only to be supported by its native node.js (which is no

[Pharo-project] socket.io

2011-10-10 Thread Herby Vojčík
Is there / planning a socket.io (server) support in Pharo? I am making suite of client-server application where I strongly consider socket.io as the communication layer; there is no problem with clients, but at the server-side, socket.io seems only to be supported by its native node.js (which is no

Re: [Pharo-project] socket.io

2011-10-11 Thread Philippe Marschall
On 10/10/2011 09:47 PM, Herby Vojčík wrote: > Is there / planning a socket.io (server) support in Pharo? I am making suite > of client-server application where I strongly consider socket.io as the > communication layer; there is no problem with clients, but at the > server-side, socket.io seems onl

Re: [Pharo-project] socket.io

2011-10-11 Thread Herby Vojčík
Philippe Marschall-2 wrote: > > On 10/10/2011 09:47 PM, Herby Vojčík wrote: >> Is there / planning a socket.io (server) support in Pharo? I am making >> suite >> of client-server application where I strongly consider socket.io as the >> communication layer; there is no problem with clients, but a

Re: [Pharo-project] socket.io

2011-10-11 Thread Stéphane Ducasse
hi herby what is specific with socket server? Stef >> On 10/10/2011 09:47 PM, Herby Vojčík wrote: >>> Is there / planning a socket.io (server) support in Pharo? I am making >>> suite >>> of client-server application where I strongly consider socket.io as the >>> communication layer; there is no p

Re: [Pharo-project] socket.io

2011-10-11 Thread Philippe Marschall
On 10/11/2011 01:59 PM, Herby Vojčík wrote: > > Philippe Marschall-2 wrote: >> >> On 10/10/2011 09:47 PM, Herby Vojčík wrote: >>> Is there / planning a socket.io (server) support in Pharo? I am making >>> suite >>> of client-server application where I strongly consider socket.io as the >>> communi

Re: [Pharo-project] socket.io

2011-10-11 Thread Igor Stasenko
On 11 October 2011 13:59, Herby Vojčík wrote: > > Philippe Marschall-2 wrote: >> >> On 10/10/2011 09:47 PM, Herby Vojčík wrote: >>> Is there / planning a socket.io (server) support in Pharo? I am making >>> suite >>> of client-server application where I strongly consider socket.io as the >>> commu

Re: [Pharo-project] socket.io

2011-10-11 Thread Herby Vojčík
Stéphane Ducasse wrote: > > hi herby > > what is specific with socket server? > > Stef > It's socket.io (.io is important), a js library that abstracts server-push technologies into high-level API. What is specific to socket.io server is, well, to able to connect socket.io clients. And having

Re: [Pharo-project] socket.io

2011-10-11 Thread Herby Vojčík
Philippe Marschall-2 wrote: > > On 10/11/2011 01:59 PM, Herby Vojčík wrote: >>> Without async IO supporting WebSockets does not seem to make much sense. >>> >>> Cheers >>> Philippe >>> >> >> I do not understand the rationale... "async IO" (more correctly, as Ryan >> Dahl often points, is "non-bl

Re: [Pharo-project] socket.io

2011-10-14 Thread Richard Durr
I use socket.io with Amber and Node.js to build an App and that works rather beautifully. Maybe this may work for you, too. On Tue, Oct 11, 2011 at 3:01 PM, Herby Vojčík wrote: > > Philippe Marschall-2 wrote: > > > > On 10/11/2011 01:59 PM, Herby Vojčík wrote: > >>> Without async IO supporting W