What's a Java alternative to Google App Engine for developing iPhone Push Notification services?

Posted by bpapa on Stack Overflow See other posts from Stack Overflow or by bpapa
Published on 2009-07-28T21:01:05Z Indexed on 2010/03/15 14:59 UTC
Read the original article Hit count: 305

I'm a Java programmer who is working on an iPhone application. I'd like it to use Push Notification services.

I originally thought I could use Google App Engine to provide the payloads to Apple, but I see now that it won't be possible because App Engine doesn't support the low-level socket programming that is needed to communicate with Apple.

Are there any alternatives to Google App Engine that let me use Java?

In brief, I'm wondering if there is a free hosting platform that supports Java and Socket Programming

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about java