Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igr/scala-webapp
Scala webapp example
https://github.com/igr/scala-webapp
scala scala3
Last synced: 24 days ago
JSON representation
Scala webapp example
- Host: GitHub
- URL: https://github.com/igr/scala-webapp
- Owner: igr
- License: bsd-2-clause
- Created: 2024-04-21T21:33:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T05:41:03.000Z (7 months ago)
- Last Synced: 2024-05-02T05:53:03.738Z (6 months ago)
- Topics: scala, scala3
- Language: Scala
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scala WebApp
As I don't use Scala as much as I would like to, I decided to create a simple web application to preserve some of the knowledge I have about the frameworks.
## Some frameworks
+ cats: https://github.com/typelevel/cats
+ refined: https://github.com/fthomas/refined
+ iron: https://github.com/Iltotore/iron
+ chimney: https://github.com/scalalandio/chimney
+ ducktape: https://github.com/arainko/ducktape
+ scala-newtype: https://github.com/estatico/scala-newtype
+ opaque type aliases in Scala3: https://dotty.epfl.ch/docs/reference/other-new-features/opaques.html
+ monocle: https://github.com/optics-dev/Monocle
+ quicklens: https://github.com/softwaremill/quicklens
+ enumeratum: https://github.com/lloydmeta/enumeratum
+ enums in Scala3 (?): https://github.com/lloydmeta/enumeratum
+ derevo: https://github.com/tofu-tf/derevo
+ typeclass derivation in Scala3: https://docs.scala-lang.org/scala3/reference/contextual/derivation.html
+ macwire: https://github.com/softwaremill/macwire
+ jam: https://github.com/yakivy/jam
+ context-applied: https://github.com/augustjune/context-applied
+ PPrint: https://github.com/com-lihaoyi/PPrint
+ spells: https://github.com/agilesteel/spells
+ better-monadic-for: https://github.com/oleg-py/better-monadic-for
+ kind-projector:https://github.com/typelevel/kind-projector