Hacker News new | ask | show | jobs
by bohinjc 4966 days ago
I think you missed the Channel API : https://developers.google.com/appengine/docs/go/channel/

(also available for Python and Java)

1 comments

The Channel API doesn't currently use WebSockets. Instead it uses Comet techniques like forever frame and long polling.

http://code.google.com/p/googleappengine/issues/detail?id=25...