Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

higherkindness/mu-client.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages