awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 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/playframeworkAvatar de playframework

    playframework/playframework

    12,620Ver en 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
    Ver en GitHub↗12,620
  • symfony/symfonyAvatar de symfony

    symfony/symfony

    31,073Ver en 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
    Ver en GitHub↗31,073
  • gohugoio/hugoAvatar de gohugoio

    gohugoio/hugo

    88,701Ver en 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
    Ver en GitHub↗88,701

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • phalcon/awesome-phalconAvatar de phalcon

    phalcon/awesome-phalcon

    612Ver en GitHub↗

    A curated list of awesome Phalcon libraries and resources

    Rubyawesomeawesome-listlist
    Ver en GitHub↗612
  • stve/awesome-dropwizardAvatar de stve

    stve/awesome-dropwizard

    102Ver en GitHub↗

    dropwizard

    Shellawesomeawesome-listdropwizard
    Ver en GitHub↗102
  • unicodeveloper/awesome-lumenAvatar de unicodeveloper

    unicodeveloper/awesome-lumen

    329Ver en GitHub↗

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

    Ver en GitHub↗329
  • facebook/react-nativeAvatar de facebook

    facebook/react-native

    126,019Ver en 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
    Ver en GitHub↗126,019
  • friendsofcake/awesome-cakephpAvatar de FriendsOfCake

    FriendsOfCake/awesome-cakephp

    934Ver en GitHub↗

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

    awesomeawesome-list
    Ver en GitHub↗934
  • microsoft/typescriptAvatar de microsoft

    microsoft/TypeScript

    109,271Ver en 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
    Ver en GitHub↗109,271
  • perfectcarl/awesome-play1Avatar de PerfectCarl

    PerfectCarl/awesome-play1

    44Ver en GitHub↗

    A collection of modules, tools and resources for play1

    Ver en GitHub↗44
  • russll/awesome-derbyAvatar de russll

    russll/awesome-derby

    14Ver en GitHub↗

    A collection of awesome derby components

    Ver en GitHub↗14
  • strongloop/loopback-nextS

    strongloop/loopback-next

    0Ver en GitHub↗

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

    Ver en GitHub↗0
  • uralbash/awesome-pyramidAvatar de uralbash

    uralbash/awesome-pyramid

    573Ver en GitHub↗

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

    Ver en GitHub↗573
  • vert-x3/vertx-awesomeAvatar de vert-x3

    vert-x3/vertx-awesome

    2,226Ver en GitHub↗

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

    Ver en GitHub↗2,226
  • adrientorris/awesome-blazorAvatar de AdrienTorris

    AdrienTorris/awesome-blazor

    9,307Ver en GitHub↗
    asp-net-coreaspnetcoreawesome
    Ver en GitHub↗9,307
  • chiraggude/awesome-laravelAvatar de chiraggude

    chiraggude/awesome-laravel

    13,072Ver en GitHub↗

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

    awesomelaravelphp
    Ver en GitHub↗13,072
  • fastapi/fastapiAvatar de fastapi

    fastapi/fastapi

    99,260Ver en 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
    Ver en GitHub↗99,260
  • fastify/fastifyAvatar de fastify

    fastify/fastify

    36,508Ver en 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
    Ver en GitHub↗36,508
  • humiaozuzu/awesome-flaskAvatar de humiaozuzu

    humiaozuzu/awesome-flask

    12,734Ver en GitHub↗

    A curated list of awesome Flask resources and plugins

    awesomeflaskflask-resources
    Ver en GitHub↗12,734
  • hyperium/hyperAvatar de hyperium

    hyperium/hyper

    15,945Ver en 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
    Ver en GitHub↗15,945
  • mjhea0/awesome-fastapiAvatar de mjhea0

    mjhea0/awesome-fastapi

    11,080Ver en 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
    Ver en GitHub↗11,080
  • nestjs/nestAvatar de nestjs

    nestjs/nest

    75,862Ver en 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
    Ver en GitHub↗75,862
  • rails/railsAvatar de rails

    rails/rails

    58,690Ver en 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
    Ver en GitHub↗58,690
  • rishiip/ruby-on-rails-interview-questionsAvatar de rishiip

    rishiip/ruby-on-rails-interview-questions

    89Ver en GitHub↗

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

    Ver en GitHub↗89
  • serverless/serverlessAvatar de serverless

    serverless/serverless

    46,917Ver en 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
    Ver en GitHub↗46,917
  • sitepoint-editors/awesome-symfonyAvatar de sitepoint-editors

    sitepoint-editors/awesome-symfony

    1,571Ver en GitHub↗

    A list of awesome Symfony bundles, utilities and resources.

    Ver en GitHub↗1,571
  • adolfousier/opencrabsAvatar de adolfousier

    adolfousier/opencrabs

    808Ver en GitHub↗

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

    Rust
    Ver en GitHub↗808
  • abhigyanpatwari/gitnexusAvatar de abhigyanpatwari

    abhigyanpatwari/GitNexus

    42,282Ver en GitHub↗
    TypeScript
    Ver en GitHub↗42,282
  • aditya-khant/neural-assembly-compilerA

    aditya-khant/neural-assembly-compiler

    0Ver en GitHub↗
    Ver en GitHub↗0
  • adiny/moodtrip-hotel-searchAvatar de adiny

    adiny/moodtrip-hotel-search

    1Ver en GitHub↗

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

    Ver en GitHub↗1