rafaparadela / pingpong-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ping Pong Server

  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!

About

License:Apache License 2.0


Languages

Language:Scala 100.0%