I\'m needing to build in some pretty agressive \"auto refresh\" capabilities into a web application. It\'s kind of a photo gallery and the images are stored on AmazonS3 but the data about the images a
I am running a little Sinatra app inside EventMachine, with an EM.WebSocket too. I have setup thin to run my app, but when I execute the command to stop thin, an error is thrown. I was wondeering if
I am playing around with HTML5 WebSockets. I was wondering, how do I close the connection gracefully? Like, what happens if user refreshes the page, or just closes the browser?
Originally I planned to use Juggernaut, however, it is not compatible with Rails 3. And new Juggernaut 2 seems to be completely independent from Rails, which is not what I want. Then I found cramp, it
Are there any plans for a Webs开发者_开发百科ockets listen function? Allowing peer to peer applications in the browser could be revolutionary.
I was trying to test some HTML5 WebSockets using phpwebsocket, but I got an error while trying to execute the server script:
Is there a开发者_JAVA技巧 WebSocket client (not a server) written for Lua. It can either be a C module or in pure Lua.I gave up and switched to regular sockets on the server side. It was much easier.
I\'m using the following keys to calculate the correct handshake response string: Key1: 18x 6]8vM;54 *(5:{U1]8z [8
I\'m trying to figure out if HTMl5 is suited for the client part of an online conference system. The client must be capable to:
I\'m writing a JavaScript Application that has to receive a h开发者_如何学Gouge amount of data from other users. It is not important if some of this data gets lost. Is there some way of using JavaScri