A
anne001
I would run a web application which displays images in a timed fashion,
and returns view info (IP, name... ) and the viewers response (response
time, key press)...
Can I do this with ruby and XXX? All I need is a text listing with all
the info per session, so I don't really need a database. I have done it
with flash but I would like it to be programmable, so we don't have to
deal with flash and how it thinks.
I was looking at http://www.railthello.com/ and read on a blog on it
"The key is periodically_call_remote, since there is no way to directly
tell someone elses browser when you make a move."
But in my case, the server side would wait until a response was given
to show the image, so there is no real time communication between the
server and the client.
thanks for your advice. I thought rails would do it, but now I think
maybe it is way overkill.
and returns view info (IP, name... ) and the viewers response (response
time, key press)...
Can I do this with ruby and XXX? All I need is a text listing with all
the info per session, so I don't really need a database. I have done it
with flash but I would like it to be programmable, so we don't have to
deal with flash and how it thinks.
I was looking at http://www.railthello.com/ and read on a blog on it
"The key is periodically_call_remote, since there is no way to directly
tell someone elses browser when you make a move."
But in my case, the server side would wait until a response was given
to show the image, so there is no real time communication between the
server and the client.
thanks for your advice. I thought rails would do it, but now I think
maybe it is way overkill.