You tried the web-socket-js client with Jetty's native websockets ?
On 18-10-2011 03:53, Vicente J. Ruiz Jurado wrote:
El 17/10/11 13:43, Joseph Gentle escribió:
Yeah I played with faye for awhile too. I got stung by:
- Faye doesn't guarantee ordering of messages
- Faye will send your own messages back to you
- Faye has disconnect bugs. If a client connects then disconnects,
your process still doesn't end cleanly. This means my tests don't work
properly.
Have anybody evaluate this:
https://github.com/gimite/web-socket-js
it works for me (ff 7.0.1 , chromium 15.0.865.0) and seems like a good
(and simple) alternative for socket.io.
Bests,