How to implement api for web app in js and node.js?
Googled, but for nothing found
In General, there is an application that consists of layout, js file and a small backend for node.js. There the user configures under him through the admin panel and can stick all of this customized application to your website.
Layout is of course from the pile of blocks and all that, how it can be stuck on someone else's site as a single unit as it is implemented in all api, in the form and upload all this stuff in one function in JS?
2 answers
iframe-s + js that creates the iframe.
look sails.js there fullest API out of the box, API has at once built-in methods, like create, update, find, delete, etc, you can add your own or disable block already built in.
Find more questions by tags APINode.jsJavaScript
While there is no shadow dom you have only one way to isolate styles and make all the easy - iframe. - Allene_Crona78 commented on July 8th 19 at 16:48