ApnMachine: An EventMachine APN server & a Redis-backed library(github.com)1 points·by juliennakache·14 lat temu·1 commentsgithub.comApnMachine: An EventMachine APN server & a Redis-backed libraryhttps://github.com/jnak/apnmachine1 commentsPost comment[–]juliennakache·14 lat temureplyI 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!
- 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!