pusher / push-notifications-node

Pusher Beams Node.js Server SDK
https://pusher.com/beams
MIT License
20 stars 23 forks source link

Cloudflare Workers support #64

Closed mglikesbikes closed 1 year ago

mglikesbikes commented 1 year ago

Hello! Wanted to reach out and ask if this library has been tested on Cloudflare Workers. Workers uses V8 (and does polyfill some node libraries) which leads to interesting problems sometimes.

Thanks in advance!

benw-pusher commented 1 year ago

We haven't tested the library with Workers at this time. Are you encountering specific issues in this environment?

benw-pusher commented 1 year ago

I believe there is a conflict between Cloudflare's Crypto implementation and Node's implementation. We don't currently have plans to implement changes that would achieve compatibility