Stripe API + Node

I want to create a website on the git hub pages using the stripe api. I was wondering if this were possible to do without using something like mongo db or heroku. If it is possible do you know where I should go to learn how to do it?

The first thing that comes to my mind after seeing “node” in the title is that github pages only allows deployment of static webpages and doesn’t support any server side technologies like node. If your website is not private you can code it in repl.it or glitch

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.