Reactive Web Applications: With Play, Akka, and Reactive Streams

  • 4h 37m
  • Manuel Bernhardt
  • Manning Publications
  • 2016

Reactive applications build on top of components that communicate asynchronously as they react to user and system events. As a result, they become scalable, responsive, and fault-tolerant. Java and Scala developers can use the Play Framework and the Akka concurrency toolkit to easily implement reactive applications without building everything from scratch.

Reactive Web Applications teaches web developers how to benefit from the reactive application architecture and presents hands-on examples using Play, Akka, Scala, and Reactive Streams. This book starts by laying out the fundamentals required for writing functional and asynchronous applications and quickly introduces Play as a framework to handle the plumbing of your application. The book alternates between chapters that introduce reactive ideas (asynchronous programming with futures and actors, managing distributed state with CQRS) and practical examples that show you how to build these ideas into your applications.

About the Author

Manuel Bernhardt is a passionate engineer, author, and speaker. As a consultant, he guides companies through the technological and organizational transformation to distributed computing.

In this Book

  • Foreword
  • About This Book
  • About the Cover Illustration
  • Did You Say Reactive?
  • Your First Reactive Web Application
  • Functional Programming Primer
  • Quick Introduction to Play
  • Futures
  • Actors
  • Dealing with State
  • Responsive User Interfaces
  • Reactive Streams
  • Deploying Reactive Play Applications
  • Testing Reactive Web Applications
SHOW MORE
FREE ACCESS

YOU MIGHT ALSO LIKE