APNS (Apple Push Notification Service) with Node JS
问题 I am looking to create APNS (Apple Push Notification Service), where the server will be sending notifications to the iOS devices. I am able to make the push notifications work via PHP using the SAME device token and the SAME certificate, however, I would like to send notifications via Node JS instead of PHP. I have the following valid files/certificates to help me get started: cert.pem key.pem aps_development.cer cert.p12 key.p12, ck.pem I've been looking through several resources/links such