from Hacker News

ApnMachine: An EventMachine APN server & a Redis-backed library

by juliennakache on 2/29/12, 12:15 AM with 1 comments

  • by juliennakache on 2/29/12, 12:16 AM

    I want:

    - persistent connection to APN Servers (as Apple recommends)

    - real-time notifications (no regular polling a la Resque)

    - super easy to use in Ruby and in any languages (as easy as enqueuing a serialized JSON hash in Redis)

    - persist and queue messages when server is down

    - horizontal scalability and out-of-the-box load-balancing

    - fast/scalable daemons.

    Hope you like it!