How do I integrate node.js API into the background of an app?

So I have a node.js api that I created, and I am hoping that MIT app inventor can run it in the background and make requests, because if it can then I can make my app through this app creator, though however if it cannot I will need to find another method.

If I can use it in app inventor, how might I go about bringing it into the app builder.

All API can be integrated same as using of web components.

Basically Web component have doGet and doPost kind of function blocks by using them you can do what ever you want to do with your API.

1 Like