Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

JesusMtnez/todobackend-scala

Repository files navigation

TODO Backend

A series of implemetations of Todo-Backend REST API in Scala using different libraries.

  • Using http4s with cats-effect: see todobackend-http4s module

Future implementations

  • Using zio-http with zio: see todobackend-zio module
  • Using play: see todobackend-play module
  • Using pekko-http: see todobackend-pekko module
  • Using cask: see todobackend-cask module