sbt new higherkindness/mu-server.g8
sbt publishLocal runServer
sbt new higherkindness/mu-client.g8
sbt runClient
In the server:
INFO - PingPongServer - Starting server at localhost:9111
INFO - PingPongService - Request: Ping(Ping!)
In the client:
INFO - The response is: Pong!