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
scotty-web avatar

scotty-web/scotty

0
View on GitHub↗
1,771 stars·133 forks·Haskell·BSD-3-Clause·9 viewshackage.haskell.org/package/scotty↗

Scotty

Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository)

Features

  • API Frameworks - Haskell micro-framework inspired by Sinatra.
  • Language Toolkits - Micro web framework for Haskell.
  • Learning and Tutorials - A lightweight web framework often used in tutorials.

Star history

Star history chart for scotty-web/scottyStar history chart for scotty-web/scotty

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 Scotty

Similar open-source projects, ranked by how many features they share with Scotty.
  • 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 Scotty→

Frequently asked questions

What does scotty-web/scotty do?

Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository)

What are the main features of scotty-web/scotty?

The main features of scotty-web/scotty are: API Frameworks, Language Toolkits, Learning and Tutorials.

What are some open-source alternatives to scotty-web/scotty?

Open-source alternatives to scotty-web/scotty 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… yesodweb/yesod — A RESTful Haskell web framework built on WAI.