4
Folkmann
353d

I am currently trying to integrate a java webeditor/IDE into my company's product.

It's a nocode platform that supports extentions through codeunits. Currently we are lacking a way to store them inside the application and compile and inject them while thapp is running, that's what I'm creating.

Comments
  • 0
    You can just use "code" (VS code in browser) right?
  • 1
    @retoor yes, "just", but I would like to load it with the javadoc for our API
  • 1
    Monaco, the code units are probably gonna have to in a datastore somewhere.
Add Comment