Quantcast
Channel: Cake Solutions Team Blog » Jan’s Blog
Viewing all articles
Browse latest Browse all 45

Philly ETE

$
0
0
Hello, world We start with the HelloWorld app and the HelloWorldService, which show the low-level Spray API. We begin with class HelloWorldService extends Actor { def receive: Receive = { case r: HttpRequest => sender ! HttpResponse(entity = HttpEntity("Hello, world")) … Read more

Viewing all articles
Browse latest Browse all 45

Trending Articles