Skip to Content
Scala Reactive Programming
book

Scala Reactive Programming

by Rambabu Posa
February 2018
Intermediate to advanced
552 pages
13h 46m
English
Packt Publishing
Content preview from Scala Reactive Programming

Why Play Framework is so fast?

When we compare Play Framework with other modern web frameworks, Play Framework is so much faster for the following reasons:

  • It is built on Akka Toolkit
  • It uses the Java NIO.2 API
  • Play Framework 2.5.x uses the Java NIO.2 based JBoss Netty Server as the default backend server
  • Play Framework 2.6.x uses the Akka HTTP Server as the default backend server
  • By default, the Java NIO2 API or the JBoss Netty Server support non-blocking functionality
  • By design, it is a responsive web framework (responsive = asynchronous + non-blocking)
  • By design, it is a reactive web framework (Reactive = Responsive + Resilient + Elastic + Message-Driven)
  • It does not use a HTTP Request-Response Based Service 3.x API to support asynchronous ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Scala Programming Projects

Scala Programming Projects

Mikael Valot, Nicolas Jorand
Learning Scala

Learning Scala

Jason Swartz
Functional Programming in Scala

Functional Programming in Scala

Runar Bjarnason, Paul Chiusano

Publisher Resources

ISBN: 9781787288645Supplemental Content