awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Static Asset Handlers · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesStatic Asset Handlers

Mechanisms for serving local files and including them in build outputs.

Distinguishing note: Focuses on the automated serving and bundling of static assets from a dedicated directory.

Explore 2 awesome GitHub repositories matching web development · Static Asset Handlers. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Static Asset Handlers

Awesome Static Asset Handlers GitHub Repositories

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

    slidevjs/slidev

    44,409View on GitHub↗

    Slidev is a markdown-based presentation framework designed for creating interactive, web-based slide decks. It functions as a static site generator that transforms plain text files into modular UI components, allowing authors to maintain version control while building professional presentations. The engine provides a browser-based runtime that manages slide navigation, animated transitions, and the live execution of code blocks. What distinguishes Slidev is its developer-centric approach to technical presentations. It features built-in support for syntax highlighting, mathematical typesetting

    Slidev makes local files automatically accessible at the root path during development and includes them in the final build via a dedicated directory.

    TypeScriptmarkdownpresentationslides
    44,409View on GitHub↗
  • gofiber/fiber

    gofiber/fiber

    39,238View on GitHub↗

    Fiber is a high-performance web framework designed for building scalable HTTP services with minimal memory overhead. It provides a comprehensive runtime environment for managing the full request lifecycle, utilizing an optimized radix tree for high-speed route matching and an object pooling system to reduce garbage collection pressure during traffic processing. The framework distinguishes itself through its multi-process architecture, which supports prefork socket reuse to distribute incoming traffic across all available CPU cores. It offers a modular approach to application development, feat

    The framework delivers static assets from local or embedded storage with support for custom caching, index file resolution, and single-page application routing configurations.

    Goexpressexpressjsfast
    39,238View on GitHub↗