http4s – A CRUD service
Reading Time: 3 minutes From our previous blog on the basics of http4s, we are familiar with http4s library and what all makes it a go-to solution to develop a Scala based Http service. The library provides out-of-box support for creating http routes, servers and clients. Using this, we can easily develop a self-contained http4s dependent app. Demo with http4s In our demo, we will try creating a basic Continue Reading