Top Banner
CORE PROJECTS INTRO PARTNER
13

[Tech Talks] Typesafe Stack Introduction

Apr 12, 2017

Download

Technology

Klika Tech, LLC
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: [Tech Talks] Typesafe Stack Introduction

CORE PROJECTS INTRO

PARTNER

Page 2: [Tech Talks] Typesafe Stack Introduction

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.

Page 3: [Tech Talks] Typesafe Stack Introduction

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.

Page 4: [Tech Talks] Typesafe Stack Introduction
Page 5: [Tech Talks] Typesafe Stack Introduction

SCALA

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

Page 6: [Tech Talks] Typesafe Stack Introduction

SCALA

Page 7: [Tech Talks] Typesafe Stack Introduction

SCALA Features

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

Page 8: [Tech Talks] Typesafe Stack Introduction

ACTIVATOR

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

Page 9: [Tech Talks] Typesafe Stack Introduction

AKKA

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

Page 10: [Tech Talks] Typesafe Stack Introduction

Actor System

● Distributed● Concurrent● Fault Tolerant

Page 11: [Tech Talks] Typesafe Stack Introduction

PLAY

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

Page 13: [Tech Talks] Typesafe Stack Introduction

THANK YOU!