Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.28 KB

Build Status Coverage Status

tcp-async

What

tcp-async is an typesafe activator template which handles tcp requests reactively.

Why

When you reached to limits of your synchronous application, you will start to look for an alternative way to expand your request handling capacity. That's where reactive programming will shine.

Handling 10K Requests is not a trivial goal. And reaching to those numbers may cost a lot with standart programming architectures.

tcp-async shows how to implement a simple and functional reactive application in scala.

How

By using Akka's actor structure.

With