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
Back to haskell-servant/servant

Open-source alternatives to Servant

30 open-source projects similar to haskell-servant/servant, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Servant alternative.

  • 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
  • yesodweb/yesodyesodweb avatar

    yesodweb/yesod

    2,712View on GitHub↗

    A RESTful Haskell web framework built on WAI.

    Haskell
    View on GitHub↗2,712
  • zalando/connexionzalando avatar

    zalando/connexion

    4,600View on GitHub↗

    Connexion is a specification-driven framework for building APIs that automatically maps OpenAPI specifications to application logic. It uses these specifications to automate routing, request validation, and response serialization, linking API operations to backend handler functions via operation IDs. The project differentiates itself by providing a schema-driven mock server that simulates API behavior using example responses from the specification without requiring backend logic. It also includes a dynamic documentation hosting system that translates the API specification into a live interact

    Python
    View on GitHub↗4,600
  • 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

AI search

Explore more awesome repositories

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

Find more with AI search
  • ruby-grape/graperuby-grape avatar

    ruby-grape/grape

    9,990View on GitHub↗

    Grape is a RESTful web service framework for Ruby designed for building structured APIs. It provides a declarative syntax for routing and parameter validation, allowing developers to map HTTP verbs to logic through a domain specific language. The framework is distinguished by its built-in support for service versioning, which can be managed via URL paths, custom headers, or request parameters. It also features a modular architecture that allows large services to be constructed by nesting smaller API definitions. The project covers comprehensive API lifecycle capabilities, including schema-dr

    Ruby
    View on GitHub↗9,990
  • scotty-web/scottyscotty-web avatar

    scotty-web/scotty

    1,771View on GitHub↗

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

    Haskell
    View on GitHub↗1,771
  • 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
  • ant0ine/go-json-restant0ine avatar

    ant0ine/go-json-rest

    3,489View on GitHub↗

    A quick and easy way to setup a RESTful JSON API

    Go
    View on GitHub↗3,489
  • akka/akka-httpakka avatar

    akka/akka-http

    1,348View on GitHub↗

    The Streaming-first HTTP server/module of Akka

    Scala
    View on GitHub↗1,348
  • agrafix/spockagrafix avatar

    agrafix/Spock

    680View on GitHub↗

    Another Haskell web framework for rapid development

    Haskell
    View on GitHub↗680
  • begriffs/postgrestbegriffs avatar

    begriffs/postgrest

    27,234View on GitHub↗

    PostgREST is a standalone web server that automatically transforms a PostgreSQL database into a RESTful API. It serves as an API gateway that translates HTTP requests into SQL queries, mapping the database schema directly to endpoints without the need for manual route definitions. The system utilizes a JWT authentication layer to validate user identities and map incoming web requests to specific database roles. This allows the server to delegate authorization and permission enforcement to the internal PostgreSQL role system. It includes a generator for OpenAPI specifications to provide stand

    Haskell
    View on GitHub↗27,234
  • c410-f3r/wtxc410-f3r avatar

    c410-f3r/wtx

    360View on GitHub↗

    A collection of different transport implementations and related tools focused primarily on web technologies.

    Rust
    View on GitHub↗360
  • channelcat/sanicchannelcat avatar

    channelcat/sanic

    18,628View on GitHub↗

    Sanic is a Python ASGI web framework and asynchronous HTTP server. It is designed to build high-performance web applications and servers that handle concurrent requests using non-blocking logic. The framework implements the Asynchronous Server Gateway Interface standard, allowing applications to be deployed across various ASGI-compatible servers. It utilizes an asyncio-based event loop and integrates a Cython-based runtime wrapper around libuv to manage I/O operations. The system manages traffic through route-based request dispatching and a middleware-based request pipeline. These components

    Python
    View on GitHub↗18,628
  • closeio/flask-mongorestcloseio avatar

    closeio/flask-mongorest

    520View on GitHub↗

    Restful API framework wrapped around MongoEngine

    Python
    View on GitHub↗520
  • bahlo/goatB

    bahlo/goat

    0View on GitHub↗
    View on GitHub↗0
  • apiflask/apiflaskapiflask avatar

    apiflask/apiflask

    1,128View on GitHub↗

    A lightweight Python web API framework.

    Pythonapiflaskmarshmallow
    View on GitHub↗1,128
  • airlift/airliftairlift avatar

    airlift/airlift

    629View on GitHub↗

    Airlift framework for building REST services

    Java
    View on GitHub↗629
  • danielsz/systemdanielsz avatar

    danielsz/system

    606View on GitHub↗

    Reloaded components à la carte

    Clojure
    View on GitHub↗606
  • deployd/deployddeployd avatar

    deployd/deployd

    4,942View on GitHub↗

    deployd is a realtime API framework and MongoDB backend as a service that allows for the creation of networked interfaces synchronizing data and events between clients and servers. It functions as a JavaScript API middleware that can be integrated with HTTP servers to provide authentication, request interceptors, and realtime capabilities. The project features a self-hosted API management dashboard for configuring resource settings, managing data collections, and monitoring server status through a web-based interface. It includes a realtime data synchronization engine that pushes live databas

    JavaScript
    View on GitHub↗4,942
  • devopifex/communicatedevOpifex avatar

    devOpifex/communicate

    25View on GitHub↗

    Small framework to communicate between Shiny client and server via HTTP requests. Run communicate::example() for a short demo.

    R
    View on GitHub↗25
  • dingo/apidingo avatar

    dingo/api

    9,355View on GitHub↗

    This is a framework for building standardized RESTful APIs within Laravel and Lumen applications. It provides a structured environment for developing web services with integrated routing, request handling, and versioning. The project distinguishes itself through a multi-adapter authentication system that validates identities via various schemes and third-party providers. It features a dedicated response transformation layer to convert raw database models into consistent output structures and an internal dispatcher that allows application logic to trigger API endpoints without external network

    PHP
    View on GitHub↗9,355
  • django-tastypie/django-tastypiedjango-tastypie avatar

    django-tastypie/django-tastypie

    3,948View on GitHub↗

    Django Tastypie is a framework for building RESTful web services that map Django models to API resources. It functions as a model-based API generator, automatically creating read-write endpoints for database models to enable standard CRUD operations via HTTP. The project serves as a multi-format data serializer and hypermedia API mapper. It converts database data into various response formats, including JSON, XML, and YAML, based on client requests, and transforms database relationships into navigable links for resource discovery. The toolkit includes a security implementation for user authe

    Python
    View on GitHub↗3,948
  • dougblack/sleepydougblack avatar

    dougblack/sleepy

    669View on GitHub↗

    rest for go

    Go
    View on GitHub↗669
  • dreamfactorysoftware/dreamfactorydreamfactorysoftware avatar

    dreamfactorysoftware/dreamfactory

    1,773View on GitHub↗

    DreamFactory is a secure, self-hosted enterprise data access platform that provides governed API access to any data source, connecting enterprise applications and on-prem LLMs with role-based access and identity passthrough.

    Shellapiapi-generationapi-generator
    View on GitHub↗1,773
  • dropwizard/dropwizarddropwizard avatar

    dropwizard/dropwizard

    8,573View on GitHub↗

    Dropwizard is a Java web application stack and REST framework used to build production-ready web services. It integrates an embedded HTTP server with operational tools to provide a complete environment for developing network interfaces that exchange JSON data. The project provides a set of core technology stacks for relational data mapping, schema migration, and operational performance monitoring. It includes a relational database migration tool to track schema updates and execute versioned scripts before an application starts. The framework covers a broad capability surface including reques

    Java
    View on GitHub↗8,573
  • eclipse-ee4j/jerseyeclipse-ee4j avatar

    eclipse-ee4j/jersey

    725View on GitHub↗

    Eclipse Jersey Project - Read our Wiki:

    Java
    View on GitHub↗725
  • elixir-lang/plugelixir-lang avatar

    elixir-lang/plug

    3,001View on GitHub↗

    Compose web applications with functions

    Elixir
    View on GitHub↗3,001
  • elixir-plug/plugelixir-plug avatar

    elixir-plug/plug

    2,987View on GitHub↗

    Plug is a specification and set of primitives for building composable middleware pipelines in Elixir web applications. It provides a system for managing HTTP request pipelines and a routing engine that dispatches incoming requests to specific handlers based on methods and URL patterns. The project enables the creation of interchangeable web middleware for tasks such as authentication, logging, and session management. It also includes mechanisms for upgrading standard HTTP requests to full-duplex WebSocket connections. The capability surface covers request body parsing, static asset delivery,

    Elixir
    View on GitHub↗2,987
  • emicklei/go-restfulemicklei avatar

    emicklei/go-restful

    5,111View on GitHub↗

    go-restful is a framework for building RESTful web services in Go. It functions as a toolkit for managing API endpoints, providing a request router that maps incoming HTTP requests to handler functions using path parameters and custom URL patterns. The framework includes a data conversion layer that transforms Go structures into JSON or XML formats for request and response bodies. It also provides a system for organizing related web services into containers to manage endpoint prefixing and shared configuration. The project covers request lifecycle management through middleware filters for va

    Go
    View on GitHub↗5,111
  • cppmicroservices/cppmicroservicesCppMicroServices avatar

    CppMicroServices/CppMicroServices

    871View on GitHub↗

    An OSGi-like C++ dynamic module system and service registry

    C++
    View on GitHub↗871