Express.js server in a Plugin

Hmm, I feel like rather than explaining the solution, it would be better to explain the problem. In general we should aim to reduce dependencies as much as possible and a server running Python is far from ideal for a plugin. Why is it necessary? Is there really no options to run the code as WASM for instance? Perhaps we can create a plugin API to make that easier?

1 Like