5 مستودعات
Interfaces for connecting standard networking library handlers to a web framework's routing system.
Distinct from Webhook Integration Handlers: Focuses on web framework interoperability with standard library handlers, not OS-level file handlers or webhooks.
Explore 5 awesome GitHub repositories matching web development · Low-Level Handler Integrations. Refine with filters or upvote what's useful.
Iris is a high-performance web framework and API toolkit for the Go programming language. It provides the infrastructure necessary to build HTTP/2 web applications, REST APIs, and MVC-based websites. The project distinguishes itself through a flexible architectural model that supports multiple isolated application instances within a single process and allows for binary-embedded asset loading to eliminate external filesystem dependencies. It features dynamic router hot-reloading and a pluggable view engine for rendering dynamic HTML content. The framework covers a broad range of capabilities,
Allows integration of handlers compatible with standard networking interfaces for maximum interoperability.
Waku is a minimal React framework built around React Server Components. It renders components exclusively on the server for data fetching and server-side logic, then hydrates client components in the browser for interactivity. The framework supports hybrid rendering, mixing static prerendering at build time with dynamic per-request rendering within a single application, and allows independently loading slice components that can be static or dynamic. The framework distinguishes itself through its file-based routing system that defines pages, layouts, and API endpoints by placing files in a dir
Provides interfaces for building custom platform adapters for non-standard deployment targets.
bb-browser is an authenticated web scraper and browser automation CLI that also functions as an MCP server for AI coding tools. It treats the browser as a programmable runtime environment, enabling AI agents to control a live Chrome instance through a standard protocol while leveraging existing login sessions for authenticated actions. The project distinguishes itself through a dual CLI and MCP interface, allowing both direct command-line control and AI-driven browser manipulation. It includes a parallel multi-platform query engine that executes simultaneous searches across multiple websites,
Creates new site adapters by reverse-engineering a website's API, with AI agents autonomously writing and submitting adapters.
Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer
Implements tailored request/response adapters to integrate workflow functions into diverse web frameworks and serverless environments.
Uploadthing هي أداة لدمج رفع الملفات في تطبيقات الويب، وتوفر نظاماً لقبول وتخزين الملفات من خلال معالجة الملفات بدون خادم (serverless). تدير عملية الرفع من البداية إلى النهاية، بدءاً من إنشاء نقاط نهاية الخلفية وصولاً إلى تسليم المحتوى عبر شبكة توصيل المحتوى. يستخدم المشروع سير عمل URL موقع مسبقاً للسماح للعملاء برفع الملفات مباشرة إلى التخزين السحابي، مما يقلل من حركة مرور الخادم. يتميز بنظام تحقق قائم على المسار لفرض قيود على أنواع الملفات وأحجامها، إلى جانب برمجيات وسيطة لتفويض الطلبات وخطافات الويب (webhooks) الآمنة بعد الرفع. تغطي المنصة مجموعة واسعة من الإمكانيات، بما في ذلك إدارة التخزين السحابي لإعادة تسمية الملفات أو حذفها وتنفيذ عمليات رفع قابلة للاستئناف للتحويلات الكبيرة. توفر مجموعة من مكونات واجهة المستخدم، مثل أزرار الرفع ومناطق الإفلات، والتي يمكن تصميمها أو استبدالها بواجهات مخصصة باستخدام خطافات قابلة للتركيب. تم تصميم النظام للنشر عبر بيئات التشغيل الطرفية (edge) والبيئات بدون خادم، مع معالجة التكوين عبر متغيرات البيئة.
Provides factory functions to implement custom backend adapters for handling uploads in unsupported environments.