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, -- Vicente