Akka Stream in Bite Size - Part 1 (Basic)

In this tutorial, we will use some of the basic APIs from Akka Stream as quick start guide. All the following programs are small and runnable. So it is really easy to get started and to get it run. Read more


How to build a simple reactive web page with Play framework using WebSocket and Akka

In this tutorial, we will use Play framework to build a simple reactive web page using WebSocket and Akka. The completed git repo is provided. Let’s get digging. Read more


How to Auto-start MQTT Scala Program at System Boot using SBT-Native-Packager

In this tutorial, we will use sbt-native-packager to autostart MQTT Scala program at system boot with Ubuntu OS. Then we will publish MQTT data to test whether the program is actually running in the background. Let’s look more detail. Read more


Sending MQTT Messages between Arduino Wifi Shield and Ubuntu

In this tutorial, we will send MQTT messages between Arduino Wifi Shield and Ubuntu PC. Then we will verify the receiving messages from both Arduino and Ubuntu PC. Read more


Sending Messages Across the Network With Producer and Consumer Using Kafka and Zookeeper

In this tutorial, we will send messages across the network instead of using a local machine. We will use Python language to send messages. So make sure we have two machines or virtual machines to play with. Read more