2 repositorios
Mechanisms for integrating executable scripts into a document with configurable loading and execution priorities.
Distinguishing note: Candidates focus on PDF scripts or server-side engines, not the HTML script element and import maps.
Explore 2 awesome GitHub repositories matching web development · Dynamic Script Embedding. Refine with filters or upvote what's useful.
This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.
Includes JavaScript, import maps, and data blocks in a document with configurable execution timing and loading priority.
FastHTML is a full-stack Python web framework designed for building interactive web applications using pure Python. It functions as an HTMX integration framework and a Python HTML domain-specific language, allowing developers to generate HTML structures using native objects and functions instead of external templating files. The framework is distinguished by its native support for real-time bidirectional communication via WebSockets and Server-Sent Events, enabling server-side updates to be pushed to the browser without full page reloads. It further integrates identity management through OAut
Supports the inclusion of dynamic JavaScript snippets and JSON content within the rendered page output.