Hacker News new | ask | show | jobs
by roskilli 4069 days ago
If you only care about iOS and a layer on the backend that can sit between your actual app server and the client you could consider Jetstream:

https://github.com/uber/jetstream

https://github.com/uber/jetstream-ios

It's a considerably different model however. More about realtime updates.

1 comments

Thanks! I'm definitely gonna look into it!