Getting deeper into C# and Akka.net

Publish date: 28 Mar 2016
Tags: career

Been reading the wonderful tips and tricks in C# by Jason Roberts , bought to you by LeanPub .

Also created a web project using signalR and Akka.net (following the Jason Roberts course in Pluralsight. SignalR takes care of the communications between the (browser) client and (web) server, while Akka.net takes care of the (heavy) message processing. All very fascinating and works well under load.