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 talentlessguy/tinyhttp

Open-source alternatives to Tinyhttp

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

  • playframework/playframeworkplayframework avatar

    playframework/playframework

    12,620View on GitHub↗

    Play is a full-stack reactive web framework for Java and Scala. It provides a comprehensive development platform for building scalable web applications and RESTful APIs using a stateless and non-blocking architecture designed for high concurrency. The framework emphasizes high-velocity development through dynamic code reloading, which allows developers to update applications and verify changes without performing a full restart. Its capability surface covers the construction of JSON-based web endpoints, server-side logic for the JVM, and the implementation of scalable web architectures.

    Scalaframeworkhacktoberfestjava
    View on GitHub↗12,620
  • symfony/symfonysymfony avatar

    symfony/symfony

    31,073View on GitHub↗

    Symfony is a full-stack web framework designed for building scalable and maintainable server-side applications. It provides a comprehensive collection of decoupled components that form a foundational architecture, centered on a robust dependency injection container and a configuration-driven routing engine. By organizing code into modular services, the framework ensures that application components remain testable and loosely coupled throughout the development lifecycle. The framework distinguishes itself through an event-driven kernel architecture that allows developers to intercept and modif

    PHPbundleframeworkhacktoberfest
    View on GitHub↗31,073
  • gohugoio/hugogohugoio avatar

    gohugoio/hugo

    88,701View on GitHub↗

    Hugo is a high-performance static site generator that transforms source content and templates into optimized web assets. Built with a focus on speed and scalability, it provides a comprehensive framework for managing large-scale documentation and editorial projects through structured content organization, taxonomies, and a flexible template-driven rendering engine. The project distinguishes itself through a sophisticated build system that utilizes incremental caching to minimize redundant processing during site updates. It supports complex content requirements by enabling multidimensional mod

    Goblog-enginecmscontent-management-system
    View on GitHub↗88,701

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
  • phalcon/awesome-phalconphalcon avatar

    phalcon/awesome-phalcon

    612View on GitHub↗

    A curated list of awesome Phalcon libraries and resources

    Rubyawesomeawesome-listlist
    View on GitHub↗612
  • stve/awesome-dropwizardstve avatar

    stve/awesome-dropwizard

    102View on GitHub↗

    dropwizard

    Shellawesomeawesome-listdropwizard
    View on GitHub↗102
  • unicodeveloper/awesome-lumenunicodeveloper avatar

    unicodeveloper/awesome-lumen

    329View on GitHub↗

    :eyeglasses: :books: Curated list of awesome resources: books, videos, articles about using Lumen (PHP Microframework by Laravel)

    View on GitHub↗329
  • facebook/react-nativefacebook avatar

    facebook/react-native

    126,019View on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives. By decoupling application logic from the host platform's main thread, the framework maintains a consistent native view hierarchy while ensuring that JavaScript execution remains independent of UI rendering. The framework distinguishes itself through a robust bridge architecture

    C++androidapp-frameworkcross-platform
    View on GitHub↗126,019
  • friendsofcake/awesome-cakephpFriendsOfCake avatar

    FriendsOfCake/awesome-cakephp

    934View on GitHub↗

    A curated list of amazingly awesome CakePHP plugins, resources and shiny things.

    awesomeawesome-list
    View on GitHub↗934
  • microsoft/typescriptmicrosoft avatar

    microsoft/TypeScript

    109,271View on GitHub↗

    TypeScript is a language that extends standard syntax by adding a static type system. It identifies potential runtime errors by analyzing the behaviors and capabilities of values during the compilation process. The language supports object-oriented structures, including classes with inheritance and member visibility control, as well as flexible function definitions that utilize generics, overloads, and parameter destructuring. The project provides a compiler that manages the build lifecycle through a command-line interface, offering configurable options for module resolution, code generation,

    TypeScriptjavascriptlanguagetypechecker
    View on GitHub↗109,271
  • perfectcarl/awesome-play1PerfectCarl avatar

    PerfectCarl/awesome-play1

    44View on GitHub↗

    A collection of modules, tools and resources for play1

    View on GitHub↗44
  • russll/awesome-derbyrussll avatar

    russll/awesome-derby

    14View on GitHub↗

    A collection of awesome derby components

    View on GitHub↗14
  • strongloop/loopback-nextS

    strongloop/loopback-next

    0View on GitHub↗

    LoopBack makes it easy to build modern applications that require complex integrations.

    View on GitHub↗0
  • uralbash/awesome-pyramiduralbash avatar

    uralbash/awesome-pyramid

    573View on GitHub↗

    A curated list of awesome Pyramid apps, projects and resources.

    View on GitHub↗573
  • vert-x3/vertx-awesomevert-x3 avatar

    vert-x3/vertx-awesome

    2,226View on GitHub↗

    A curated list of awesome Vert.x resources, libraries, and other nice things.

    View on GitHub↗2,226
  • adrientorris/awesome-blazorAdrienTorris avatar

    AdrienTorris/awesome-blazor

    9,307View on GitHub↗
    asp-net-coreaspnetcoreawesome
    View on GitHub↗9,307
  • chiraggude/awesome-laravelchiraggude avatar

    chiraggude/awesome-laravel

    13,072View on GitHub↗

    A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem

    awesomelaravelphp
    View on GitHub↗13,072
  • fastapi/fastapifastapi avatar

    fastapi/fastapi

    99,260View on GitHub↗

    FastAPI is a web framework for building APIs with Python. It leverages standard language type hints to provide automatic data validation, request parsing, and interactive API documentation generation. The framework supports asynchronous request handling and manages execution contexts to prevent blocking the main event loop. The project includes a dependency injection system that allows for the resolution and injection of reusable components into request handlers. This system supports request-scoped caching, lifecycle management, and integration with security mechanisms like OAuth2 and JSON We

    Pythonapiasyncasyncio
    View on GitHub↗99,260
  • fastify/fastifyfastify avatar

    fastify/fastify

    36,508View on GitHub↗

    This project is a high-performance web framework designed for building scalable server-side applications with minimal resource consumption. It provides a type-safe runtime environment that leverages static analysis to ensure consistent data structures across request handlers and server configurations, facilitating reliable API development. The framework distinguishes itself through a schema-driven validation layer that enforces strict data integrity for incoming requests and outgoing responses using standardized definitions. It utilizes an encapsulated plugin architecture that organizes appli

    JavaScripthacktoberfestnodejsperformance
    View on GitHub↗36,508
  • humiaozuzu/awesome-flaskhumiaozuzu avatar

    humiaozuzu/awesome-flask

    12,734View on GitHub↗

    A curated list of awesome Flask resources and plugins

    awesomeflaskflask-resources
    View on GitHub↗12,734
  • 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
  • mjhea0/awesome-fastapimjhea0 avatar

    mjhea0/awesome-fastapi

    11,080View on GitHub↗

    This project serves as a comprehensive resource hub and curated directory for the FastAPI web framework ecosystem. It provides developers with a centralized collection of community-vetted libraries, tools, and best practices designed to support the development, testing, and deployment of scalable web services using modern Python. The repository distinguishes itself by aggregating resources that address the full lifecycle of high-performance API development. It covers essential capabilities including project scaffolding, database integration, and the implementation of real-time communication p

    awesomeawesome-listfastapi
    View on GitHub↗11,080
  • 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
  • rails/railsrails avatar

    rails/rails

    58,690View on GitHub↗

    This project is a full-stack web framework designed for building database-backed applications through a standardized architectural pattern. It provides a comprehensive suite of integrated libraries that manage the entire request-response lifecycle, from routing incoming web traffic to rendering dynamic server-side templates. By utilizing an object-relational mapping layer, the framework allows developers to define domain models that map database tables directly to application objects, simplifying data persistence, schema migrations, and complex relationship management. The framework is distin

    Rubyactivejobactiverecordframework
    View on GitHub↗58,690
  • rishiip/ruby-on-rails-interview-questionsrishiip avatar

    rishiip/ruby-on-rails-interview-questions

    89View on GitHub↗

    A list of common questions with answers ask during interview of ruby on rails job.

    View on GitHub↗89
  • serverless/serverlessserverless avatar

    serverless/serverless

    46,917View on GitHub↗

    The Serverless Framework is a declarative infrastructure-as-code tool designed to automate the deployment, scaling, and lifecycle management of cloud-native applications. It provides a unified command-line interface that translates high-level configuration files into provider-specific resource templates, enabling developers to orchestrate complex architectures, event-driven functions, and cloud resources within a single project structure. What distinguishes this framework is its focus on developer experience and multi-environment parity. It supports local function invocation and event proxyin

    JavaScriptawsaws-dynamodbaws-lambda
    View on GitHub↗46,917
  • sitepoint-editors/awesome-symfonysitepoint-editors avatar

    sitepoint-editors/awesome-symfony

    1,571View on GitHub↗

    A list of awesome Symfony bundles, utilities and resources.

    View on GitHub↗1,571
  • adolfousier/opencrabsadolfousier avatar

    adolfousier/opencrabs

    808View on GitHub↗

    The autonomous, self-improving AI agent. Single Rust binary. Every channel.

    Rust
    View on GitHub↗808
  • abhigyanpatwari/gitnexusabhigyanpatwari avatar

    abhigyanpatwari/GitNexus

    42,282View on GitHub↗
    TypeScript
    View on GitHub↗42,282
  • aditya-khant/neural-assembly-compilerA

    aditya-khant/neural-assembly-compiler

    0View on GitHub↗
    View on GitHub↗0
  • adiny/moodtrip-hotel-searchadiny avatar

    adiny/moodtrip-hotel-search

    1View on GitHub↗

    Claude and Openclaw AI skill for hotel search & booking via MoodTrip.ai MCP server

    View on GitHub↗1