apns-http2 alternatives and similar packages
Based on the "network" category.
Alternatively, view apns-http2 alternatives based on common mentions on social networks and blogs.
-
compendium-client
DISCONTINUED. Mu (μ) is a purely functional framework for building micro services.
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of apns-http2 or a related project?
README
apns-http2
apns-http2
is a library which uses the building blocks from the http2
package to implement a client library for sending push notifications to APNs (Apple Push Notification service) via its newer HTTP/2 based protocol. It does not (presently) handle formatting of the push content or connection management, but handles all the intricacies of a single connection which is essentially an HTTP/2 client with a few specializations made since one doesn't already seem to exist for Haskell.
Example
Located in example/Main.hs
.
Maturity
As of writing, the library has gone through some low-load development tests but has not yet gone into production. We'd appreciate any fixes, improvements, or experience reports.
Contributing
Contributions and feedback welcome! File an issue or make a PR.
Chat
Asa (@asa) and Ross (@dridus) lurk on fpchat. You can also reach us at [email protected]
.