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 badgerati/pode

Projects sharing features with Pode

30 open-source projects similar to badgerati/pode, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • thinkjs/thinkjsthinkjs avatar

    thinkjs/thinkjs

    5,272View on GitHub↗

    ThinkJS is a server-side web framework designed for building applications on the Node.js runtime. It serves as a development platform that supports TypeScript and the latest ECMAScript standards to create stable and maintainable backend services. The framework employs a layered application architecture that separates concerns into controller, service, and model tiers. It utilizes a dependency-injected service model to manage singleton services and a middleware-based system for request handling and route dispatching. Development is supported by a build pipeline that transpiles modern JavaScri

    JavaScript
    View on GitHub↗5,272
  • biosustain/potionbiosustain avatar

    biosustain/potion

    488View on GitHub↗

    Flask-Potion is a RESTful API framework for Flask and SQLAlchemy, Peewee or MongoEngine

    Python
    View on GitHub↗488
  • resoursea/apiresoursea avatar

    resoursea/api

    34View on GitHub↗

    A REST framework for quickly writing resource based services in Golang.

    Go
    View on GitHub↗34
  • ungerik/go-restungerik avatar

    ungerik/go-rest

    128View on GitHub↗

    A small and evil REST framework for Go

    Go
    View on GitHub↗128
  • falconry/falconfalconry avatar

    falconry/falcon

    9,794View on GitHub↗

    Falcon is a minimalist Python web API framework and high-performance microservices framework. It serves as a resource-oriented API toolkit designed for building RESTful APIs and data plane services that prioritize low overhead, reliability, and scale. The framework implements an ASGI web server interface to handle both synchronous and asynchronous HTTP requests and WebSockets. It features a dedicated HTTP middleware system for intercepting network traffic and executing shared processing logic across multiple API endpoints. Its capability surface covers resource-based routing, HTTP specificat

    Pythonapiapi-restasgi
    View on GitHub↗9,794

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
  • 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
  • encode/apistarencode avatar

    encode/apistar

    5,548View on GitHub↗

    APIStar is an OpenAPI framework providing a toolkit for building and verifying web APIs. It functions as an API schema validator, a traffic auditor, and a documentation generator to ensure compliance with API specifications and data types. The project converts OpenAPI and Swagger schemas into visual developer guides using customizable themes. It also implements a dynamic API client that adapts to defined schemas to send requests to remote servers. The framework includes capabilities for validating API schemas to identify structural mistakes and auditing incoming and outgoing web traffic agai

    Python
    View on GitHub↗5,548
  • nestjs/nestnestjs avatar

    nestjs/nest

    75,862View on GitHub↗

    Nest is a server-side framework for building scalable and maintainable enterprise-grade applications using TypeScript. It provides a modular architecture that organizes code into encapsulated, reusable modules, utilizing a dependency injection container to manage object lifecycles and resolve component dependencies through declarative metadata. The framework distinguishes itself through a platform-agnostic abstraction layer that decouples core logic from underlying HTTP servers, allowing for flexible implementation choices. It employs a middleware-based request pipeline that processes traffic

    TypeScriptframeworkhacktoberfestjavascript
    View on GitHub↗75,862
  • tiangolo/fastapitiangolo avatar

    tiangolo/fastapi

    99,301View on GitHub↗

    FastAPI is a high-performance Python web framework designed for building REST APIs. It operates as an ASGI web framework, providing a system to create structured HTTP endpoints that automatically serialize data and validate request parameters. The framework utilizes Python type hints to drive data validation and serialization, automatically generating machine-readable OpenAPI and JSON Schema specifications. This process enables the automatic creation of interactive, browser-based API documentation where endpoints can be tested directly. The project includes a dependency injection system for

    Python
    View on GitHub↗99,301
  • vert-x3/vertx-webvert-x3 avatar

    vert-x3/vertx-web

    1,150View on GitHub↗

    HTTP web applications for Vert.x

    Java
    View on GitHub↗1,150
  • restify/node-restifyrestify avatar

    restify/node-restify

    10,686View on GitHub↗

    Restify is a Node.js web framework designed for building scalable RESTful web services and APIs. It provides a server-side environment for creating HTTP network services with integrated routing and request handling. The framework utilizes a middleware-based architecture to process incoming requests and manage responses. This approach supports the construction of web interfaces that follow standard architectural principles to deliver data to clients. The system covers a broad range of backend engineering capabilities, including route-based request dispatching, schema-based request validation,

    JavaScript
    View on GitHub↗10,686
  • hyperium/hyperhyperium avatar

    hyperium/hyper

    15,945View on GitHub↗

    Hyper is a low-level networking library designed for building high-performance HTTP clients and servers. It provides a foundational toolkit for creating network services that leverage asynchronous execution and memory-safe data handling, supporting both HTTP/1 and HTTP/2 protocols. The library distinguishes itself through a protocol-agnostic architecture that separates transport logic from HTTP semantics. It utilizes a service-trait abstraction to decouple network logic from the underlying transport, enabling developers to inject custom middleware for request interception and response transfo

    Rusthttphyperrust
    View on GitHub↗15,945
  • aisk/voxA

    aisk/vox

    0View on GitHub↗
    View on GitHub↗0
  • aidenybai/millionaidenybai avatar

    aidenybai/million

    17,636View on GitHub↗

    Million is a framework-level enhancement designed to optimize the performance of user interfaces by reducing overhead in component reconciliation. It functions as a build-time compiler that transforms components into lightweight, efficient code to accelerate rendering and minimize the runtime work required for interface updates. The project distinguishes itself by replacing standard reconciliation logic with a specialized virtual DOM implementation. Through static analysis and a build-step utility, it identifies and optimizes component trees, allowing for granular updates that target only mod

    TypeScriptbest-practicesblockdomcompiler
    View on GitHub↗17,636
  • adamhalasz/dietadamhalasz avatar

    adamhalasz/diet

    396View on GitHub↗

    Diet is a tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis. ```javascript var server = require('diet')

    JavaScript
    View on GitHub↗396
  • aidenybai/luciaaidenybai avatar

    aidenybai/lucia

    750View on GitHub↗

    🙋‍♀️ 3kb library for tiny web apps

    TypeScript
    View on GitHub↗750
  • agilionapps/relaxAgilionApps avatar

    AgilionApps/relax

    122View on GitHub↗

    Simple Elixir implementation of a jsonapi.org server.

    Elixir
    View on GitHub↗122
  • adacore/awsAdaCore avatar

    AdaCore/aws

    158View on GitHub↗

    AWS is a complete framework to develop Web based applications in Ada.

    Ada
    View on GitHub↗158
  • accenture/reactive-interaction-gatewayAccenture avatar

    Accenture/reactive-interaction-gateway

    601View on GitHub↗

    Create low-latency, interactive user experiences for stateless microservices.

    Elixir
    View on GitHub↗601
  • alpinejs/alpinealpinejs avatar

    alpinejs/alpine

    31,675View on GitHub↗

    This project is a declarative framework for building reactive user interfaces by embedding logic directly into HTML markup. It functions as a lightweight state container that tracks data changes and automatically synchronizes the document object model with the underlying application state. By utilizing proxy-based observation, it ensures that interface updates occur precisely when reactive properties are modified. The framework distinguishes itself by allowing developers to define interactive behavior through custom attributes rather than external scripts. This approach enables the compositio

    HTML
    View on GitHub↗31,675
  • alosaur/alosauralosaur avatar

    alosaur/alosaur

    818View on GitHub↗

    Alosaur - Deno web framework with many ES Decorators

    TypeScript
    View on GitHub↗818
  • aerogo/aeroA

    aerogo/aero

    0View on GitHub↗
    View on GitHub↗0
  • amberframework/amberamberframework avatar

    amberframework/amber

    2,602View on GitHub↗

    A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.

    Crystal
    View on GitHub↗2,602
  • amosgyamfi/awesome-fasthtmlamosgyamfi avatar

    amosgyamfi/awesome-fasthtml

    82View on GitHub↗

    Awesome and Best FastHTML Resources For Python Developers

    Pythonfasthtmlhtmxpython
    View on GitHub↗82
  • an-tao/drogonan-tao avatar

    an-tao/drogon

    13,993View on GitHub↗

    Drogon is a high-performance C++ HTTP web framework and asynchronous web server designed for building web applications and REST APIs. It utilizes an event-driven, non-blocking architecture to handle concurrent HTTP and WebSocket connections, and it implements a model-view-controller structure to separate business logic from presentation. The framework includes an integrated C++ object-relational mapping system and database client for performing asynchronous operations with relational databases and Redis key-value stores. It supports real-time, full-duplex communication via WebSockets and prov

    C++
    View on GitHub↗13,993
  • analogweb/analogweb-scalaanalogweb avatar

    analogweb/analogweb-scala

    13View on GitHub↗

    Tiny High Performance HTTP Server for Scala

    Scala
    View on GitHub↗13
  • andeya/faygoandeya avatar

    andeya/faygo

    1,593View on GitHub↗

    Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc.

    Go
    View on GitHub↗1,593
  • andreaferretti/rosencrantzA

    andreaferretti/rosencrantz

    0View on GitHub↗
    View on GitHub↗0
  • angular/angularangular avatar

    angular/angular

    100,360View on GitHub↗

    Angular is a platform for building web applications using a component-based architecture. It provides a comprehensive suite of tools for managing encapsulated UI units, including hierarchical dependency injection, a declarative template system, and fine-grained reactivity through signals. The framework supports complex application requirements such as client-side routing, form management, and internationalization. The project includes a command-line interface for scaffolding and build automation, alongside a testing ecosystem for unit and integration verification. It offers multiple rendering

    TypeScriptangularjavascriptpwa
    View on GitHub↗100,360
  • almarklein/asgineerA

    almarklein/asgineer

    0View on GitHub↗
    View on GitHub↗0