icoretchi / Scala-Reactive-Programming

Scala Reactive Programming, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scala Reactive Programming

This is the code repository for Scala Reactive Programming, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Reactive programming is a scalable, fast way to build applications, and one that helps us write code that is concise, clear, and readable. It can be used for many purposes such as GUIs, robotics, music, and others, and is central to many concurrent systems. This book will be your guide to getting started with Reactive programming in Scala.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

All code files have been placed in their repsective folders. Chapter01 do not have any code file.

The code will look like the following:

object HelloWorldApp extends App{
println("Hello Scala World!")
}
  • Readers are expected to have some knowledge of Scala, SBT, and the IntelliJ IDEA or any IDE usage. Familiarity with at least one web application development framework will make learning another web framework easy.
  • Readers should have Java 8, SBT, IntelliJ IDEA, and Scala in their local systems.

Related Products

About

Scala Reactive Programming, published by Packt

License:MIT License


Languages

Language:Scala 93.8%Language:HTML 4.3%Language:Java 1.0%Language:CSS 0.5%Language:JavaScript 0.4%