I'm trying to setup a Stripe service as a serverless function using the Cloudflare Workers platform.
But the stripe-node package seems to depend on Node.js APIs. Is it possible to use a subset of stripe-node's functionalities for Cloudflare Workers?
Is supporting Cloudlfare Workers something you are interested in? Using Stripe in a no-cold-start serverless environment would be quite lovely.
Would it be possible to extract the business logic that is agnostic to Node.js and expose it to users? So that we can use all kinds of platforms beyond Node.js, such as the Deno or Cloudflare Workers. It could be a new package, e.g. stripe-js.
Thanks for what you are doing at Stripe, it's such a lovely product.
Related tickets: #871 #773.