In fact as you suggest @allObjects it would be trivial to create a plugin that added an optional URL in the Web IDE settings. When set, the Web IDE could then POST the code to that URL, get the response and send that to the board.
People could then easily add their own processors without having to change the Web IDE.
I really like this suggestion! It would be nice then if we had somewhere to share these processors for others to try and use as well, maybe? Probably overkill with a sub forum, but maybe a sub-page on the site somewhere? Then just PR to the documentation github?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yes, doing it server-side would be very simple...
In fact as you suggest @allObjects it would be trivial to create a plugin that added an optional URL in the Web IDE settings. When set, the Web IDE could then POST the code to that URL, get the response and send that to the board.
People could then easily add their own processors without having to change the Web IDE.