Akka react vs receive
- by Will I Am
I am reading my way through Akka tutorials, but I'd like to get my feet wet with a real-life scenario. I'd like to write both a connectionless UDP server (an echo/ping-pong service) and a TCP server (also an echo service, but it keeps the connection open after it replies).
My first question is, is this a good experimental use case for Akka, or am…