9 repositorios
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 9 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.
This project is a build orchestration engine and development toolkit designed for managing large-scale monorepos. It provides a unified workspace environment that maps project relationships and dependencies, enabling the system to perform intelligent impact analysis and execute only the tasks affected by specific code changes. The system distinguishes itself through a persistent daemon that monitors file changes for near-instant feedback and a content-addressable caching mechanism that stores task outputs to prevent redundant computation across local and remote environments. It further suppor
Automates the inclusion and bundling of static assets from source directories into final build outputs.
Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types between the server and the browser. It provides a comprehensive toolkit for developing web interfaces where specific DOM nodes update automatically in response to changes in underlying reactive signals, rather than re-rendering entire component trees. The framework distinguishes itself through a fine-grained reactivity model that tracks dependencies at the individual data point level. It utilizes compile-time template transformation to convert declarative HTML-like syntax into opti
Bundles external style and image files to ensure they are served correctly with the application.
Eleventy is a JavaScript-based static site generator designed to transform templates, data files, and markdown into optimized HTML. It functions as a versatile template rendering engine and content management framework, allowing developers to aggregate data from diverse sources—including local files, databases, and external APIs—to populate structured web content. The project is distinguished by its template-engine-agnostic pipeline, which decouples the build process from specific rendering languages. This allows users to integrate multiple template formats, such as Liquid, Nunjucks, Handleba
Transfers non-template files directly to the output directory in parallel with template processing.
This project serves as an educational resource for mastering fundamental computer science algorithms and data structures. It functions as a learning platform that combines code examples with instructional content to help developers and students build a foundation in programming logic and computational thinking. The repository distinguishes itself through a visual-first pedagogical approach, utilizing high-resolution diagrams to map abstract algorithmic logic into concrete mental representations. These materials are structured to support instructors in classroom settings while providing learne
Serves and distributes instructional diagrams and code examples from a centralized repository.
Google Webfonts Helper is a web-based utility designed to facilitate the local hosting of typography assets. It functions as a centralized platform for discovering, selecting, and downloading font files from online repositories, enabling developers to integrate these assets directly into their projects for offline use. The tool distinguishes itself by providing automated generation of standard style sheet declarations tailored to the specific font files selected by the user. By localizing these resources, it assists in optimizing web performance and maintaining privacy compliance through the
Packages selected font files into compressed archives for streamlined local project integration.
This is a static site generator template designed for creating research portfolio websites. It separates content from presentation by using Markdown files to define project metadata and research assets, then generates all pages as plain HTML files at build time, requiring no server-side processing for delivery. The template provides a structured layout for showcasing research papers, preprints, and institutional affiliations, with built-in components for displaying and copying formatted BibTeX citations. It includes media carousel components for cycling through images and videos, inline PDF r
Organizes and links to external assets like PDFs, videos, and images as static files served from the project directory.
This project is a comprehensive library of reference implementations and patterns for building web applications using the Go Fiber framework. It provides curated templates and implementation guides for creating REST APIs, web servers, and structured backend services. The repository serves as a practical resource for applying architectural patterns, including Clean and Hexagonal architectures, as well as port-and-adapter decoupling. It offers detailed examples for integrating common web features such as OAuth2 authentication, JWT verification, WebSockets for real-time communication, and server
Provides mechanisms for bundling and serving optimized static CSS and JavaScript files from a dedicated directory.