Hi everybody.

First of all, I want to congratulate your great work on this
framework.
I'm writing this to propose you a great improvement for the
framework : the server push.

server push is also known as Ajax push or reverse Ajax.
It's in fact a kind of data streaming.

I searched onto the web a way to do that. I found APE :
http://www.ape-project.org/fr/home.html
And an another one better : DWR : http://directwebremoting.org/dwr/

The problem of APE is that it's keep a Ajax connection until server
give an answer... Then have to make a request for each data that he's
waiting.
The problem of DWR is that the server part is Java, then no session...
But much proper.

I tried to understant how it works on google docs, but I didn't find
anything interesting.

Thanks for your time and your great work. Keep going :)

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en

Reply via email to