Blogs for you ...

Scala Rest API with akka-http

2019-12-10 akka akka-http rest service sbt scala scala example web service

Reading time: 2 Min(s)

In this tutorial we shall explore how we can use akka-http to create service with scala. Here we create CRUD endpoints with akka actor and try to see how it work. Read More