2 repos
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.
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.
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.