Kotlin + Node.js? Anyone?
# announcements
v
Kotlin + Node.js? Anyone?
n
nope it seems that jetbrains is not super keen on javascript as the only target documentation refers to maven or gradle i’ve written an article on how to build an (more like a page) with only npm and grunt it took me some time to get it right 🙂
y
my personal opinion is that the main advantage of node.js is the ability to write JavaScript on the server, and if you're not writing JavaScript anyway, you might as well run your code under a proper runtime (JVM)
we have no plans to invest much in tooling for kotlin + node development
a
https://medium.com/@Miqubel/your-first-node-js-app-with-kotlin-30e07baa0bf7 came across my feed recently if you are interested @viliusk
k
Why wouldn’t you just use the JVM?
n
why would he?
k
use the JVM over node?
I can not think of a reason why you would use Node over the JVM if your code base is in Kotlin