/pingpong-client

Primary LanguageScalaApache License 2.0Apache-2.0

Ping Pong Client

  1. Publish the protocol and run the server by:
sbt publishLocal runServer
  1. Then run the client:
sbt runClient
  1. You will see:

In the server:

INFO  - PingPongServer - Starting server at localhost:9111
INFO  - PingPongService - Request: Ping(Ping!)

In the client:

INFO  - The response is: Pong!