awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Language-to-Web Bridges · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesLanguage-to-Web Bridges

Tools that expose server-side logic as web-accessible interfaces by serializing function calls and state updates.

Distinguishing note: Focuses on the translation layer between backend logic and frontend state rather than general-purpose web frameworks.

Explore 1 awesome GitHub repository matching web development · Language-to-Web Bridges. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Language-to-Web Bridges

Awesome Language-to-Web Bridges GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • gradio-app/gradio

    gradio-app/gradio

    41,775View on GitHub↗

    Gradio is a Python library that enables the creation of interactive web applications by converting functions into browser-based interfaces. It functions as a declarative framework where developers define input and output components to automatically generate web forms, visualizations, and data-driven dashboards. By abstracting away manual web markup, the library allows for the rapid construction of interfaces for machine learning models, research demonstrations, and analytical workflows within a single environment. The platform distinguishes itself by automatically exposing internal applicatio

    Executes server-side logic by serializing function inputs and outputs into a format that dynamically updates the browser interface state.

    Pythondata-analysisdata-sciencedata-visualization
    41,775View on GitHub↗