This will be real fun. Like the previous JavaScript chapter, we would like to separate our basic setup and project creation. These steps require us to be extra cautious.Â
Creating our first Node.js app using Kotlin
Choosing an IDE
Node.js is a very popular JavaScript Framework. It's been very well supported by different IDEs, such as WebStorm, Cloud 9, Eclipse, Komodo, and so on. All of them have built-in features that a developer requires to build the Node.js app. However, we cannot choose most of these IDEs (remember, we need an IDE that supports Kotlin). We will have to go with IntelliJ IDEA Ultimate, which supports both Kotlin and Node.JS (via plugin). Just install it from https://www.jetbrains...