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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesEmbedded Web Frameworks

Scripting environments embedded within web servers to provide framework-like request handling capabilities.

Distinct from Lua: Distinct from general web frameworks as it is an embedded extension of an existing server

Explore 2 awesome GitHub repositories matching web development · Embedded Web Frameworks. Refine with filters or upvote what's useful.

Awesome Embedded Web Frameworks GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • openresty/lua-nginx-moduleopenresty का अवतार

    openresty/lua-nginx-module

    11,764GitHub पर देखें↗

    This project is an NGINX module that embeds the Lua scripting language directly into the server environment. It functions as a request processor and response filter, enabling the execution of scripts to handle HTTP requests, generate dynamic content, and manage server behavior without external application calls. The module provides a shared memory dictionary and cache manager, allowing data to be stored and retrieved across all active worker processes. This capability supports the collection of high-performance server metrics and the synchronization of information across concurrent processes.

    Allows running Lua scripts within the server for custom request handling and dynamic content generation.

    C
    GitHub पर देखें↗11,764
  • pywebio/pywebiopywebio का अवतार

    pywebio/PyWebIO

    4,817GitHub पर देखें↗

    PyWebIO is a Python web application framework and script-based UI library that allows the construction of interactive web interfaces without writing HTML, CSS, or JavaScript. It treats the web browser as a rich terminal, translating Python function calls into UI elements and capturing user input through a synchronous request-response loop. The framework functions as an asynchronous web app server that executes user sessions as coroutines to handle multiple concurrent interactions on a single thread. It also serves as a data visualization interface, enabling the direct rendering of interactive

    Allows embedding of script-based web interfaces into existing frameworks to serve content via standard routes.

    Pythonpywebio
    GitHub पर देखें↗4,817
  1. Home
  2. Web Development
  3. Embedded Web Frameworks