|
|
|
|
|
by embwbam
1321 days ago
|
|
If you're not a fan of the ruby-on-rails / swiss army knife approach that IHP takes, check out Scotty. Add Lucid for Html rendering, and Selda for Postgres. (There are other options for any of these tools if you prefer) - Scotty (simple web routing) https://hackage.haskell.org/package/scotty
- Lucid (html rendering) https://hackage.haskell.org/package/lucid
- Selda (postgres) https://selda.link/
|
|