Thanks John - That definitely has websockets supported, but unfortunately doesn't do secure websockets (wss://). I'm not sure which WiaB uses at the moment, but it will certainly use the secure ones in the future.
This is definitely a start though - I may well be able to finish it myself. -- Nathanael Abbotts Email: [email protected] Wave: [email protected] Twitter: @natabbotts (http://twitter.com/natabbotts) On Wed, Dec 8, 2010 at 23:25, John Edstrom <[email protected]> wrote: > I found this Python WebSockets library: > https://github.com/mtah/python-websocket > > I can't speak to how "fully-functioning" it is, but might be a start. > > -John > > On Wed, Dec 8, 2010 at 5:30 PM, Sourabh Behra <[email protected]> wrote: > > > I just found out these are some serious security issues with websockets. > > mozilla and opera both are not going to use it on upcoming browser > versions > > untilly trip issue is been fixed > > > > "Nathanael Abbotts" <[email protected]> wrote: > > > > >Wave in a Box currently uses raw WebSockets or the Socket.io library, > > >based > > >on the preference of the person running the server. This is all well > > >and > > >good for web clients, but I struggle to find any implementations of > > >either > > >of these outside of this area. > > > > > >Does anyone know of a fully functional WebSocket (or Socket.io) library > > >in > > >Python, specifically? > > > > > >What about any other languages? I'm certain there will be others who > > >want to > > >develop this but are stuck on the issue. > > >-- > > >Nathanael Abbotts > > > > > >Email: [email protected] > > >Wave: [email protected] > > >Twitter: @natabbotts (http://twitter.com/natabbotts) > > > > -- > > Sent from my Android phone with K-9 Mail. Please excuse my brevity. > > >
