I'm investigating the possibility to use Google App engine for my website.
Is it possible to run HTML5 sockets in combination with php sockets? So i can create a user chat and live updates?
If you can design your solution around the Socket PHP API you're in luck. That's all that's available on the AppEngine PHP server.