felipegutierrez / explore-akka

This project is a demo of an Akka-http and Akka-cluster running on top of Kubernetes (minikube) and with its own Docker image created by sbt-native-packager. It also includes several other examples of the Akka Classic and Typed (essential, persistence, remote, cluster, stream, HTTP, serialization (Srapy-JSON, Avro, Kryo, protobuffer)).
Apache License 2.0
2 stars 2 forks source link

Impor Akka-http libraries to the project #9

Closed felipegutierrez closed 3 years ago

felipegutierrez commented 3 years ago

working:

$ http GET localhost:8080
HTTP/1.1 200 OK
Content-Length: 70
Content-Type: text/html; charset=UTF-8
Date: Mon, 21 Dec 2020 10:17:39 GMT
Server: akka-http/10.2.2

<html>
 <body>
   Hello world in Akka HTTP!
 </body>
</html>