s.pushy.0.9.3.source-code.overview.html Maven / Gradle / Ivy
The newest version!
Pushy overview
Pushy is a Java library for sending
APNs
(iOS and OS X) push notifications. Pushy is written by the engineers at Turo.
Pushy sends push notifications using Apple's HTTP/2-based APNs protocol. It distinguishes itself from other
push notification libraries with a focus on thorough documentation, asynchronous operation, and design for
industrial-scale operation; with Pushy, it's easy and efficient to maintain multiple parallel connections to the
APNs gateway to send large numbers of notifications to many different applications ("topics").
Pushy is available under the MIT License.