Skip to content

scala-meetup-mvd/tcp-async

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Typesafe Activator Template for Async IO on TCP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published