Blogs for you ...
Scala Mongo example with akka-http and akka-stream
2019-12-23 akka akka-http docker sbt scala scala mongo
Reading time: 3 Min(s)In this tutorial we shall create and CRUD web application in Scala. We will use MongoDB Scala Driver to communicate to the mongo database. It is officially supported Scala driver for MongoDB. Along with that we shall create a Rest API using akka-http module and akka-streams. Read More
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