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

Commit

Permalink
docs(README): add possible future implementations in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Nov 21, 2023
1 parent 3f8350a commit e5136b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
A series of implemetations of [Todo-Backend][todo-backend] REST API in **Scala** using different libraries.

- [x] 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

[todo-backend]: https://www.todobackend.com/

0 comments on commit e5136b3

Please sign in to comment.