awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
yesodweb avatar

yesodweb/yesod

0
View on GitHub↗
2,712 stars·382 forks·Haskell·MIT·5 viewswww.yesodweb.com↗

Yesod

A RESTful Haskell web framework built on WAI.

Features

  • API Frameworks - RESTful web framework for Haskell.
  • Language Toolkits - RESTful web framework for Haskell.

Star history

Star history chart for yesodweb/yesodStar history chart for yesodweb/yesod

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Yesod

Similar open-source projects, ranked by how many features they share with Yesod.
  • haskell-servant/servanthaskell-servant avatar

    haskell-servant/servant

    1,959View on GitHub↗

    Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more!

    Haskellhacktoberfesthaskell
    View on GitHub↗1,959
  • mochi/mochiwebmochi avatar

    mochi/mochiweb

    1,888View on GitHub↗

    MochiWeb is an Erlang library for building lightweight HTTP servers.

    Erlang
    View on GitHub↗1,888
  • gofiber/fibergofiber avatar

    gofiber/fiber

    39,849View on GitHub↗

    Fiber is a high-performance web framework designed for building scalable HTTP services with minimal memory overhead. It provides a comprehensive runtime environment for managing the full request lifecycle, utilizing an optimized radix tree for high-speed route matching and an object pooling system to reduce garbage collection pressure during traffic processing. The framework distinguishes itself through its multi-process architecture, which supports prefork socket reuse to distribute incoming traffic across all available CPU cores. It offers a modular approach to application development, feat

    Goexpressexpressjsfast
    View on GitHub↗39,849
  • ninenines/cowboyninenines avatar

    ninenines/cowboy

    7,513View on GitHub↗

    Cowboy is a high-performance HTTP server for Erlang and OTP. It is designed to handle web traffic with low memory usage and can be used as a standalone server or as an embedded networking library integrated directly into an existing application. The project implements modern transport protocols, including HTTP/3, QUIC, and WebTransport, to enable faster connections and bidirectional data streaming. It also functions as a real-time communication server supporting Server-Sent Events for pushing asynchronous updates to clients. Broad capabilities include path and content-type based request rout

    Erlang
    View on GitHub↗7,513
See all 30 alternatives to Yesod→

Frequently asked questions

What does yesodweb/yesod do?

A RESTful Haskell web framework built on WAI.

What are the main features of yesodweb/yesod?

The main features of yesodweb/yesod are: API Frameworks, Language Toolkits.

What are some open-source alternatives to yesodweb/yesod?

Open-source alternatives to yesodweb/yesod include: mochi/mochiweb — MochiWeb is an Erlang library for building lightweight HTTP servers. ruby-grape/grape — Grape is a RESTful web service framework for Ruby designed for building structured APIs. It provides a declarative… gofiber/fiber — Fiber is a high-performance web framework designed for building scalable HTTP services with minimal memory overhead.… haskell-servant/servant — Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more! ninenines/cowboy — Cowboy is a high-performance HTTP server for Erlang and OTP. It is designed to handle web traffic with low memory… scotty-web/scotty — Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository).