virto-network / valor

Create HTTP APIs with a plugin system that runs in the server and the browser.
GNU General Public License v3.0
9 stars 8 forks source link

[web] Plugin loading in browser #4

Closed olanod closed 3 years ago

olanod commented 3 years ago

Plugins need to run in a browser context where requests that are received asynchronously are passed to the handler function that returns a response that is sent back to the caller.