A series of implemetations of Todo-Backend REST API in Scala using different libraries.
- Using
http4s
withcats-effect
: seetodobackend-http4s
module
- Using
zio-http
withzio
: seetodobackend-zio
module - Using
play
: seetodobackend-play
module - Using
pekko-http
: seetodobackend-pekko
module - Using
cask
: seetodobackend-cask
module