Skip to content

[Feature Request] Using stripe-node outside of Node.js (e.g. Cloudflare Workers or Deno) #997

@brillout

Description

@brillout

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions