All Stories

Local service discovery in akka using UDP multicast

Imagine a scenario where you have main application and multiple services. Services can be added and removed dynamically. Application need to know about all services available in the network. The...

Akka Web socket in Kotlin

Websocket is the communication protocol for bidirectional communication between the client and server. Mostly it is used in realtime web applications. Akka http has great support for websocket. It uses...