I am looking for more information on how to host y...
# announcements
b
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
Perhaps look into #scripting embedded in a microservice, I believe there's a JSR-223 ScriptEngine library available
r
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
b
Thanks. Will look into it