awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesScript Isolators

Tools that move non-critical scripts into isolated background threads.

Distinct from Third-Party Script Security: Focuses on the isolation of scripts for performance, distinct from security-focused script management.

Explore 1 awesome GitHub repository matching security & cryptography · Script Isolators. Refine with filters or upvote what's useful.

Awesome Script Isolators GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • qwikdev/partytownAvatar QwikDev

    QwikDev/partytown

    13,706Vezi pe GitHub↗

    Partytown is a library designed to offload resource-intensive third-party scripts to background web workers. By executing these scripts outside of the main thread, it prevents them from blocking the critical rendering path, thereby maintaining a responsive user interface and improving overall page load performance. The project functions as a web worker proxy library that synchronizes browser interfaces between the main thread and background environments. It uses proxy-based access and synchronous messaging to replicate global objects like the window and document, allowing scripts to interact

    Moves non-critical scripts into web workers to prevent them from blocking the critical rendering path.

    TypeScript3rd-party3rdpartyanalytics
    Vezi pe GitHub↗13,706
  1. Home
  2. Security & Cryptography
  3. Third-Party Script Security
  4. Script Isolators