Kotlin Node.js Seed Project

This project is an application skeleton for a typical Node.js app written entirely with Kotlin.

Demo:

https://kotlin-nodejs.herokuapp.com/

Node.js app written with Kotlin

https://github.com/techprd/kotlin_node_js_seed

Full Tutorial coming soon

What’s in this project?

  1. express.js to run server
  2. ejs templating engine for express.js
  3. Kotlin Dependencies
  4. gradle to compile/transcompile kotlin to js

How to Use:

Install Node dependencies

$ npm install

Compile Kotlin to JS using gradle

$ ./gradlew build

Run Server

$ node ./server/app.js

Kotlin official site

https://kotlinlang.org/docs/reference/js-overview.html