I am looking for more information on how to host your own version of try.kotlinlang.org backend. We do not need the WebIde, only the serverside component since we plan to use it the same way the use here https://jetbrains.github.io/kotlin-playground/examples/. The only real modification we want to do is add a single library that contains a DSL.
c
Casey Brooks
08/29/2019, 1:49 PM
Perhaps look into #C0BT46EL8 embedded in a microservice, I believe there's a JSR-223 ScriptEngine library available
r
Richard Green
08/29/2019, 3:51 PM
The server side component is available on github somewhere I believe. I did the same thing about 18 months ago. It was somewhat problematic at the time (I had to remove all of the security manager stuff for example - but it was for internal use only) but I did manage to get it to work. I also recall they were going to improve this feature but I haven't kept track if they have @bjartek