Re: Looking for a lightweight usable websocket server

2015-05-18 Thread Shlomi Fish
Hi Rob, On Tue, 19 May 2015 00:18:38 +0200 Rob Coops wrote: > Hi all, > > I'm working on a simple (or so I thought) project to build a websocket > server that broadcasts data the server receives via a telnet connection. > > So a telnet connection is easily setup and messages are simple to rela

Re: Looking for a lightweight usable websocket server

2015-05-18 Thread jbiskofski
Rob, I used this for a long time : http://meteorserver.org/ At the time when I used it, it did not have support for secure websockets. I ended up having to rebuild the system in node-js using the very popular socket.io I love perl as much as anyone, but I think for building a websocket server, t

Looking for a lightweight usable websocket server

2015-05-18 Thread Rob Coops
Hi all, I'm working on a simple (or so I thought) project to build a websocket server that broadcasts data the server receives via a telnet connection. So a telnet connection is easily setup and messages are simple to relay to any file handle. But now comes the harder part. A websocket server se