MySiteApp / node-safari-push-notifications

Helper methods for generating resources required by Apple's Safari Push Notifications.
MIT License
23 stars 14 forks source link

Does this still work? #31

Closed mayeaux closed 3 years ago

mayeaux commented 3 years ago

Or is there any other way to send push notifs in nodejs?

kobim commented 3 years ago

Hi @mayeaux, this library is still maintained and used. Feel free to try it for yourself.

I am not familiar with other Node.js implementations of this functionality.

mayeaux commented 3 years ago

Okay sweet, I will definitely try it out. The only thing that threw me off was this line but it seems that OpenSSL's PKCS7 functions weren't available. , made it seem like maybe the library wasn't able to get working in the end, maybe add a 'but that was solved through ____ and the library is now working'? Just a suggestion, thanks!

kobim commented 3 years ago

Thanks for pointing this out! I refined the description via a35f376. I hope it makes more sense now.