Meetup Programación Funcional: Akka a Scala framework
Akka is a framework that allows us to introduce an additional paradigm in Scala, the orientation to actors. This allows us in a simple way, to create multi-threaded applications without worrying about the typical control problems that entail. Thanks to small processing modules called actors, that working together, will be able to squeeze our CPU as much as possible.