What web framework would you recommend to a newbie at this time?

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/haskell

Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarLint - Clean code begins in your IDE with SonarLint
  • SaaSHub - Software Alternatives and Reviews
  • moat

    mobile type (currently Swift, Kotlin) generation from Haskell types

    Servant: Not batteries included. Complex but you can generate client functions, documentation, Swagger just from specifying your endpoints. Not that opinionated so you have to figure things out yourself. Only supports a limited set of languages for its client codegen though. Right now it’s Elm and JS. Mercury seems to be working on one to support Kotlin and Swift but it still seems like a WIP.

  • miso

    :ramen: A tasty Haskell front-end framework

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • openapi-generator

    OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

    I just learned about generating clients from Open API 3. It seems like the downside is it doesn't include custom data types; relying solely on primitives. (Better than nothing though)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts