Learn how to use the Akka framework to build effective applications in ScalaAbout This BookCovers a discussion on Lagom—the newest launched Akka framework that is built to create complex microservices easilyThe recipe approach of the book allows the reader to know important and independent concepts of Scala and Akka in a seamless mannerProvides a comprehensive understanding of the Akka actor model and implementing it to create reactive web applicationsWho This Book Is ForIf you are a Scala developer who wants to build scalable and concurrent applications, then this book is for you. Basic knowledge of Akka will help you take advantage of this book.What You Will LearnControl an actor using the ContolAware mailboxTest a fault-tolerant application using the Akka test kitCreate a parallel application using futures and agentsPackage and deploy Akka application inside DockerDeploy remote actors programmatically on different nodesIntegrate Streams with Akka actorsInstall Lagom and create a Lagom projectIn DetailAkka is an open source toolkit that simplifies the construction of distributed and concurrent applications on the JVM. This book will teach you how to develop reactive applications in Scala using the Akka framework.This book will show you how to build concurrent, scalable, and reactive applications in Akka. You will see how to create high performance applications, extend applications, build microservices with Lagom, and more.We will explore Akka's actor model and show you how to incorporate concurrency into your applications. The book puts a special emphasis on performance improvement and how to make an application available for users. We also make a special mention of message routing and construction.By the end of this book, you will be able to create a high-performing Scala application using the Akka framework.Style and approachThis highly practical recipe-based approach will allow you to build scalable, robust, and reactive applications using the Akka framework.