node-apn / node-apn

:calling: Apple Push Notification module for Node.js
MIT License
4.37k stars 681 forks source link

Port from http to fetch #732

Open yspreen opened 2 months ago

yspreen commented 2 months ago

This package is the main reason we can't switch to a more performant JS runtime like bun or aws LLRT.
The reliance of http instead of something more modern like fetch is causing issues. Would it be feasible to migrate from http to fetch?