awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to tinystruct/tinystruct

Open-source alternatives to Tinystruct

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

  • abahmed/gearboxA

    abahmed/gearbox

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • accenture/reactive-interaction-gatewayAccenture 的头像

    Accenture/reactive-interaction-gateway

    601在 GitHub 上查看↗

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

    Elixir
    在 GitHub 上查看↗601
  • actionhero/actionheroactionhero 的头像

    actionhero/actionhero

    2,416在 GitHub 上查看↗

    Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks

    TypeScript
    在 GitHub 上查看↗2,416
  • adacore/awsAdaCore 的头像

    AdaCore/aws

    158在 GitHub 上查看↗

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

    Ada
    在 GitHub 上查看↗158
  • adamhalasz/dietadamhalasz 的头像

    adamhalasz/diet

    396在 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
    在 GitHub 上查看↗396
  • adonisjs/coreadonisjs 的头像

    adonisjs/core

    18,990在 GitHub 上查看↗

    This is a TypeScript web framework and Node.js backend framework used to build web applications and API servers. It serves as a server-side application toolkit providing a structured environment for managing HTTP routing, request parsing, and application configuration. The framework features a dependency injection container to deliver required objects between application components, decoupling internal logic. It includes built-in tools for server-side data security, such as cryptographic drivers for hashing sensitive data and encrypting application data at rest. The project covers broad capa

    TypeScript
    在 GitHub 上查看↗18,990

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • adrientorris/awesome-blazorAdrienTorris 的头像

    AdrienTorris/awesome-blazor

    9,307在 GitHub 上查看↗
    asp-net-coreaspnetcoreawesome
    在 GitHub 上查看↗9,307
  • advantageous/qbitadvantageous 的头像

    advantageous/qbit

    707在 GitHub 上查看↗

    QBit Java Micorservices lib tutorials| QBit Website | QBit uses Reakt | QBit works with Vert.x | Reakt Vertx

    Java
    在 GitHub 上查看↗707
  • aerogo/aeroA

    aerogo/aero

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • agilionapps/relaxAgilionApps 的头像

    AgilionApps/relax

    122在 GitHub 上查看↗

    Simple Elixir implementation of a jsonapi.org server.

    Elixir
    在 GitHub 上查看↗122
  • aidenybai/luciaaidenybai 的头像

    aidenybai/lucia

    750在 GitHub 上查看↗

    🙋‍♀️ 3kb library for tiny web apps

    TypeScript
    在 GitHub 上查看↗750
  • aidenybai/millionaidenybai 的头像

    aidenybai/million

    17,636在 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
    在 GitHub 上查看↗17,636
  • aisk/voxA

    aisk/vox

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • alexferl/vestalexferl 的头像

    alexferl/vest

    7在 GitHub 上查看↗

    REST client in V.

    V
    在 GitHub 上查看↗7
  • alexintosh/awesome-ionicAlexintosh 的头像

    Alexintosh/Awesome-Ionic

    1,463在 GitHub 上查看↗

    😎 A curated list of amazingly awesome Ionic libraries, resources and solutions.

    angularcordova-pluginionic
    在 GitHub 上查看↗1,463
  • alibaba/beidoualibaba 的头像

    alibaba/beidou

    2,729在 GitHub 上查看↗

    🌌 Isomorphic framework for server-rendered React apps

    JavaScript
    在 GitHub 上查看↗2,729
  • alibaba/dubboalibaba 的头像

    alibaba/dubbo

    41,522在 GitHub 上查看↗

    Dubbo is a high-performance Java remote procedure call framework and microservice governance platform. It enables communication between distributed services using a remote service orchestrator and a distributed service registry to locate available providers in real time. The system provides a microservice monitoring suite for health tracking and distributed tracing, alongside integrated security plugins for access control. It manages network traffic through routing strategies, rate limiting, and thread pool isolation to maintain system stability. The framework covers broader capabilities in

    Java
    在 GitHub 上查看↗41,522
  • alibaba/raxalibaba 的头像

    alibaba/rax

    8,036在 GitHub 上查看↗

    Rax is a React universal application framework and isomorphic JavaScript environment designed to render a single codebase across web, mobile, and mini-program platforms. It functions as a cross-platform component renderer that translates React components into platform-specific elements using a standardized driver specification. The framework utilizes a universal UI driver specification to decouple component logic from the underlying UI layer, allowing for standardized DOM manipulation and event handling across different execution environments. This architecture enables the integration of nati

    JavaScript
    在 GitHub 上查看↗8,036
  • alosaur/alosauralosaur 的头像

    alosaur/alosaur

    818在 GitHub 上查看↗

    Alosaur - Deno web framework with many ES Decorators

    TypeScript
    在 GitHub 上查看↗818
  • alpinejs/alpinealpinejs 的头像

    alpinejs/alpine

    31,675在 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
    在 GitHub 上查看↗31,675
  • amberframework/amberamberframework 的头像

    amberframework/amber

    2,602在 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
    在 GitHub 上查看↗2,602
  • amosgyamfi/awesome-fasthtmlamosgyamfi 的头像

    amosgyamfi/awesome-fasthtml

    82在 GitHub 上查看↗

    Awesome and Best FastHTML Resources For Python Developers

    Pythonfasthtmlhtmxpython
    在 GitHub 上查看↗82
  • an-tao/drogonan-tao 的头像

    an-tao/drogon

    13,993在 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++
    在 GitHub 上查看↗13,993
  • analogweb/analogweb-scalaanalogweb 的头像

    analogweb/analogweb-scala

    13在 GitHub 上查看↗

    Tiny High Performance HTTP Server for Scala

    Scala
    在 GitHub 上查看↗13
  • andeya/faygoandeya 的头像

    andeya/faygo

    1,593在 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
    在 GitHub 上查看↗1,593
  • andreaferretti/rosencrantzA

    andreaferretti/rosencrantz

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • angular/angularangular 的头像

    angular/angular

    100,360在 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
    在 GitHub 上查看↗100,360
  • angular/angular.jsangular 的头像

    angular/angular.js

    58,615在 GitHub 上查看↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By utilizing a centralized dependency injection container, the framework manages the lifecycle of services and components to ensure modularity and maintainable architecture. The framework is defined by its two-way data binding mechanism, which automatically synchronizes data models wit

    JavaScript
    在 GitHub 上查看↗58,615
  • angular/materialangular 的头像

    angular/material

    16,403在 GitHub 上查看↗

    Angular Material is an accessible web component library and UI framework designed for building single-page applications within the Angular ecosystem. It provides a collection of pre-built user interface elements that implement the Material Design specification to ensure a consistent look and feel across different devices. The project functions as a cross-platform design system, offering a unified set of motion and interaction patterns. It focuses on delivering a standardized system of visual and behavioral specifications that adapt to various screen sizes. The library covers a broad range of

    JavaScript
    在 GitHub 上查看↗16,403
  • aaugustin/websocketsaaugustin 的头像

    aaugustin/websockets

    5,692在 GitHub 上查看↗

    websockets is a Python library for building WebSocket servers and clients using coroutines and the asyncio framework. It provides a complete toolkit for creating production-ready WebSocket applications, including a coroutine-based framework for handling connections, messages, and lifecycle events, as well as a client library for opening persistent bidirectional connections to remote endpoints. The library manages the full lifecycle of WebSocket connections, including handshake, message exchange, and graceful closure, with support for path-based routing to organize server logic across multiple

    Python
    在 GitHub 上查看↗5,692