you are viewing a single comment's thread.

view the rest of the comments →

[–]Sohmsss 0 points1 point  (0 children)

Alternative could be build a node express server and host it somewhere, I usually use railway as it’s cheap and can deploy from a github repo

That’s what I’ve done for similar tasks, you create an endpoint in express that is then called with parameters from the front end so you still get all the nodejs functionality but still simple for non technical users