> On 12 Sep 2015, at 01:43, Hernán Morales Durand <hernan.mora...@gmail.com> > wrote: > > Hi, > > We are starting a project here which involves executing scripts in a (remote) > CentOS HPC environment I have built. The stack is going to be Pharo + Seaside > + QCMagritte + Voyage. > > The bash scripts could take a long time to finish, besides they are in beta > state so I want to monitor a RT log of what's happening. Like this solution: > > http://pipeup.io/ > > Do we have something like that in Pharo?
The key concept is quite easy: here is a live demo http://websocket.stfx.eu:9999/ws-status-client More live demos http://websocket.stfx.eu:9999/ws-demo Docs https://github.com/svenvc/docs/blob/master/zinc/zinc-websockets-paper.md > I read Zinc/Swazoo supports web sockets but I would like to read experiences > or recommendations (links?). > > Cheers, > > Hernán >