February 2018
Intermediate to advanced
552 pages
13h 46m
English
As a developer, you guys know that it's good to start learning any new language, tool, or framework with a simple HelloWorld example to understand its basics and execution flow.
In this section, we will develop an Akka-based HelloWorld example to understand how to write Actors, how to run them, and more:

Follow these steps to develop and test this helloworld-app application:
build.sbt:
name := "helloworld-app" version := "1.0" scalaVersion := "2.12.2" ...
Read now
Unlock full access