awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to crossbario/autobahn-python

Open-source alternatives to Autobahn Python

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

  • django/channelsdjango का अवतार

    django/channels

    6,352GitHub पर देखें↗

    Channels is an extension for the Django web framework that adds native support for WebSockets, background tasks, and long-running connections alongside standard HTTP requests. It provides a channel layer abstraction for passing messages between different parts of a Django application across processes, along with a protocol router that inspects incoming connections and dispatches them to the correct handler for HTTP, WebSocket, or custom protocols. The project introduces an async consumer abstraction that wraps protocol-specific handling into a single callable, and a background worker pool tha

    Python
    GitHub पर देखें↗6,352
  • tarasko/picowstarasko का अवतार

    tarasko/picows

    279GitHub पर देखें↗

    Ultra-fast websocket client and server for asyncio

    Pythonasynciobenchmarkcython
    GitHub पर देखें↗279
  • miguelgrinberg/flask-socketiomiguelgrinberg का अवतार

    miguelgrinberg/Flask-SocketIO

    5,509GitHub पर देखें↗

    Flask-SocketIO is a Flask extension that integrates the Socket.IO real-time communication protocol into Flask applications, enabling persistent bidirectional connections between servers and clients. It transparently switches between WebSocket and HTTP long-polling while maintaining a persistent session identity, and provides a full event-driven framework for real-time web application communication. The library distinguishes itself with support for namespace multiplexing, allowing event handlers to be isolated into separate namespaces with independent lifecycle and routing. It also offers room

    Pythonflaskflask-socketiopython
    GitHub पर देखें↗5,509
  • aaugustin/websocketsaaugustin का अवतार

    aaugustin/websockets

    5,692GitHub पर देखें↗

    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

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • python-websockets/websocketspython-websockets का अवतार

    python-websockets/websockets

    5,692GitHub पर देखें↗

    websockets is a Python library that provides both client and server implementations for the WebSocket protocol, enabling real-time, bidirectional communication between applications. At its core, it offers the fundamental primitives for establishing persistent connections, managing their lifecycles, and exchanging text or binary messages asynchronously using coroutines. The library distinguishes itself through comprehensive support for various messaging patterns, including broadcast messaging to all connected clients, targeted messaging to specific clients, and shared application state synchro

    Pythonpythonpython3websocket
    GitHub पर देखें↗5,692
  • adamhalasz/dietadamhalasz का अवतार

    adamhalasz/diet

    396GitHub पर देखें↗

    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
  • adacore/awsAdaCore का अवतार

    AdaCore/aws

    158GitHub पर देखें↗

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

    Ada
    GitHub पर देखें↗158
  • abahmed/gearboxA

    abahmed/gearbox

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • aerogo/aeroA

    aerogo/aero

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • advantageous/qbitadvantageous का अवतार

    advantageous/qbit

    707GitHub पर देखें↗

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

    Java
    GitHub पर देखें↗707
  • agilionapps/relaxAgilionApps का अवतार

    AgilionApps/relax

    122GitHub पर देखें↗

    Simple Elixir implementation of a jsonapi.org server.

    Elixir
    GitHub पर देखें↗122
  • aidenybai/luciaaidenybai का अवतार

    aidenybai/lucia

    750GitHub पर देखें↗

    🙋‍♀️ 3kb library for tiny web apps

    TypeScript
    GitHub पर देखें↗750
  • aidenybai/millionaidenybai का अवतार

    aidenybai/million

    17,636GitHub पर देखें↗

    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

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • actionhero/actionheroactionhero का अवतार

    actionhero/actionhero

    2,416GitHub पर देखें↗

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

    TypeScript
    GitHub पर देखें↗2,416
  • alibaba/dubboalibaba का अवतार

    alibaba/dubbo

    41,522GitHub पर देखें↗

    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/beidoualibaba का अवतार

    alibaba/beidou

    2,729GitHub पर देखें↗

    🌌 Isomorphic framework for server-rendered React apps

    JavaScript
    GitHub पर देखें↗2,729
  • adrientorris/awesome-blazorAdrienTorris का अवतार

    AdrienTorris/awesome-blazor

    9,307GitHub पर देखें↗
    asp-net-coreaspnetcoreawesome
    GitHub पर देखें↗9,307
  • alibaba/raxalibaba का अवतार

    alibaba/rax

    8,036GitHub पर देखें↗

    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

    818GitHub पर देखें↗

    Alosaur - Deno web framework with many ES Decorators

    TypeScript
    GitHub पर देखें↗818
  • alpinejs/alpinealpinejs का अवतार

    alpinejs/alpine

    31,675GitHub पर देखें↗

    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,602GitHub पर देखें↗

    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

    82GitHub पर देखें↗

    Awesome and Best FastHTML Resources For Python Developers

    Pythonfasthtmlhtmxpython
    GitHub पर देखें↗82
  • an-tao/drogonan-tao का अवतार

    an-tao/drogon

    13,993GitHub पर देखें↗

    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

    13GitHub पर देखें↗

    Tiny High Performance HTTP Server for Scala

    Scala
    GitHub पर देखें↗13
  • andeya/faygoandeya का अवतार

    andeya/faygo

    1,593GitHub पर देखें↗

    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

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • angular/angularangular का अवतार

    angular/angular

    100,360GitHub पर देखें↗

    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,615GitHub पर देखें↗

    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
  • alexintosh/awesome-ionicAlexintosh का अवतार

    Alexintosh/Awesome-Ionic

    1,463GitHub पर देखें↗

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

    angularcordova-pluginionic
    GitHub पर देखें↗1,463