All videos

Choose your target – JVM, Node, Native

March 2, 2017

Scala used to target the JVM only. Today you can implement javascript and native apps with Scala. sbt-native-packager claims to to build once deploy anywhere, which is no longer true if you want to run a scalajs application on node. In this talk we will implement one or two sbt-native-packager archetypes for non-jvm target platforms. While doing so we cover some of the basics and design principles of sbt-native-packager so you can implement your own plugins on top.

Tags