higherkindness / mu-client.g8

Giter8 template for a Mu client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ping Pong Client

1) Create a mu-server project by using this g8 template:

sbt new higherkindness/mu-server.g8

2) Publish the protocol and run the server by:

sbt publishLocal runServer

3) Create a mu-client project by using this g8 template:

sbt new higherkindness/mu-client.g8

4) Then run the client:

sbt runClient

5) 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

Giter8 template for a Mu client


Languages

Language:Scala 100.0%