awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
JavaScript and Web-Standard · Awesome GitHub Repositories

5 repos

Awesome GitHub RepositoriesJavaScript and Web-Standard

Environments specifically optimized for executing JavaScript, TypeScript, or web-standard APIs outside of traditional browser contexts.

Explore 5 awesome GitHub repositories matching programming languages & runtimes · JavaScript and Web-Standard. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Execution Environments
  4. Runtime Environments
  5. Runtimes
  6. JavaScript and Web-Standard

Awesome JavaScript and Web-Standard GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • facebook/react-native

    facebook/react-native

    125,418GitHubView on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives.

    C++androidapp-frameworkcross-platform
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Rustdenojavascriptrust
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Zigbunbundlerjavascript
  • mermaid-js/mermaid

    mermaid-js/mermaid

    86,200GitHubView on GitHub↗

    This project is a client-side rendering engine that transforms declarative, text-based syntax into visual diagrams directly within the browser. By utilizing a domain-specific language, it allows users to define complex structures—such as software architectures, process flows, and system behaviors—without the need for m

    TypeScriptdiagramsdiagrams-as-codedocumentation
  • vitejs/vite

    vitejs/vite

    78,295GitHubView on GitHub↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the d

    TypeScriptbuild-tooldev-serverfrontend

Explore sub-tags

  • API PolyfillsTools that provide browser-like interfaces and language features across diverse runtime environments.
  • Browser-Based RuntimesLightweight execution environments that dynamically transform embedded code into rendered output within browsers.
  • Cross-Environment Module ExecutorsSystems managing isolated module graphs for concurrent execution in multiple environments.
JavaScriptCore-Based Runtimes
Runtimes that execute JavaScript and TypeScript using engines optimized for high performance.
  • Secure JavaScript RuntimesJavaScript and TypeScript execution environments that enforce granular security permissions.
  • Web-Standard RuntimesRuntime environments that prioritize browser-compatible APIs and native support for modern web standards.