[Tech Talks] Typesafe Stack Introduction

Post on 12-Apr-2017

39 views 0 download

transcript

CORE PROJECTS INTRO

PARTNER

About Typesafe

Typesafe is a company founded by Martin Odersky, the creator of the Scala programming language, and Jonas Bonér, the creator of the Akka middleware in 2011. It provides an Open source platform for building Reactive applications for the JVM.

The Reactive ManifestoResponsive - rich and engaging, providing instant feedback based on user interactions.

Resilient - recovering and repairing itself automatically for seamless business continuity.

Elastic - on-demand, across cores, nodes, and clusters; scaling predictably and elastically.

Message Driven - processing messages in parallel, asynchronously, without blocking.

SCALA

Scala is an elegant and concise programming language that integrates both functional and object oriented paradigms.

SCALA

SCALA Features

● Seamless JAVA INTEROP● Type Inference● Concurrence & Distribution● Traits● Pattern Matching● Higher-Order Functions

ACTIVATOR

Typesafe Activator is a single download to get you started building Reactive applications.

AKKA

Akka is a toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven applications on the JVM.

Actor System

● Distributed● Concurrent● Fault Tolerant

PLAY

Play Framework makes it easy to build scalable, fast and real-time web applications with Java & Scala.

THANK YOU!