Hello, Is there any plans to share any article ab...
# javascript
t
Hello, Is there any plans to share any article about how JetBrains did use Kotlin for Space? I heard it is built with Kotlin. I am interested to know what are the techniques used for such a big product. I was looking at improving the performances using Workers. But currently, it's not easy to generate multiple files with Kotlin (I think it's on the roadmap https://youtrack.jetbrains.com/issue/KT-33826) Kotlinx Coroutines is not supporting workers as well. There is some work done by people using Angular (https://stackoverflow.com/questions/43276044/angular-cli-generated-app-with-web-workers) I supposed it has to be implemented by a framework and not the language?
Also TeaVM supports thread, I guess it’s possible then http://teavm.org/docs/intro/overview.html
s

https://www.youtube.com/watch?v=JnmHqKLgYY4&list=PLQ176FUIyIUY6SKGl3Cj9yeYibBuRr3Hl&index=47&t=0s

t
Thanks @spand
c
is that
@RestResoruce
library open source? if i google for it i only find spring code.