September 2016
Beginner
448 pages
14h 23m
English
In this chapter
Our goal here is to show you how quickly you can make an Akka app that not only does something nontrivial, but is built to do it to scale, even in its easiest, early incarnations. We’ll clone a project from github.com that contains our example, and then we’ll walk through the essentials that you need to know to start building Akka apps. First we’ll look at the dependencies that you need for a minimal app, using Lightbend’s Simple Build Tool (sbt) to create a single JAR file that can be used to run the app. We’ll build a minimal ticket-selling app, and in its first iteration we’ll build a minimal set of REST ...