The problem as far as I can see with all these implementations are that
they're for the server-side. The only client library seems to be the
official JS one. After a bit of searching I was able to find [1] which
seems to suggest that it's possible to connect using just a standard
websocket library and a bit of extra encoding/decoding. But then you're
back to the case that there don't seem to be many official/widely-used
websocket libraries for other languages either.
[1]:
http://www.devcomments.com/Implementing-a-socket-io-client-using-node-js-good-idea-at1013014.htm
--
Wim
On 9/12/2010 10:24 p.m., Scott Wilson wrote:
On 8 Dec 2010, at 22:21, Nathanael Abbotts 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?
Socket.io also has Java, GO and Ruby implementations; I can imagine it could
also be ported to Python.
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)