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. >
