awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Microsoft avatar

Microsoft/ClearScript

0
View on GitHub↗
2,016 estrellas·164 forks·C#·MIT·3 vistasclearscript.clearfoundry.net↗

ClearScript

A library for adding scripting to .NET applications. Supports V8 (Windows, Linux, macOS) and JScript/VBScript (Windows).

Features

  • JavaScript Engines - Add scripting capabilities to .NET applications via V8 or JScript.

Historial de estrellas

Gráfico del historial de estrellas de microsoft/clearscriptGráfico del historial de estrellas de microsoft/clearscript

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a ClearScript

Proyectos open-source similares, clasificados según cuántas características comparten con ClearScript.
  • chakra-core/chakracoreAvatar de chakra-core

    chakra-core/ChakraCore

    9,242Ver en GitHub↗

    ChakraCore is an embeddable JavaScript engine and high-performance scripting runtime. It provides a just-in-time compiler that converts JavaScript source code into optimized machine code during runtime to increase execution speed and throughput. The engine utilizes a multi-tiered compilation pipeline and tiered machine code generation to balance startup time with execution speed. Memory is managed via a concurrent garbage collector that reclaims unreachable objects on background threads to minimize application pauses. The project provides capabilities for embedded JavaScript execution and au

    JavaScriptchakrachakracorecplusplus
    Ver en GitHub↗9,242
  • microsoft/chakracoreAvatar de Microsoft

    Microsoft/ChakraCore

    9,256Ver en GitHub↗

    ChakraCore is an embedded JavaScript engine designed to be integrated as a library within a host application. Its primary purpose is to provide a programmable scripting layer and a lightweight runtime environment for executing JavaScript code and managing state via a programmatic interface. The project focuses on bridging high-level scripting with low-level system calls through a C API. This allows developers to implement custom scripting engines and embed JavaScript execution directly into applications to enable task automation and functional extensions. The engine utilizes a bytecode-based

    JavaScript
    Ver en GitHub↗9,256
  • paulbartrum/jurassicAvatar de paulbartrum

    paulbartrum/jurassic

    950Ver en GitHub↗

    A .NET library to parse and execute JavaScript code.

    C#compilerjavascriptlibrary
    Ver en GitHub↗950
  • sebastienros/jintAvatar de sebastienros

    sebastienros/jint

    4,653Ver en GitHub↗

    Jint is a JavaScript interpreter for the .NET ecosystem that executes code without requiring a browser or Node.js environment. It is an ECMAScript compliant engine that provides a sandboxed scripting runtime with configurable limits on memory and time to run untrusted code. The engine features a native object bridge that exposes .NET classes and methods to JavaScript scripts for bidirectional data exchange. To reduce overhead during repeated executions, it utilizes a precompiled script cache to store parsed JavaScript in memory. The project covers asynchronous script execution and promise ha

    C#
    Ver en GitHub↗4,653
Ver las 6 alternativas a ClearScript→

Preguntas frecuentes

¿Qué hace microsoft/clearscript?

A library for adding scripting to .NET applications. Supports V8 (Windows, Linux, macOS) and JScript/VBScript (Windows).

¿Cuáles son las características principales de microsoft/clearscript?

Las características principales de microsoft/clearscript son: JavaScript Engines.

¿Qué alternativas de código abierto existen para microsoft/clearscript?

Las alternativas de código abierto para microsoft/clearscript incluyen: chakra-core/chakracore — ChakraCore is an embeddable JavaScript engine and high-performance scripting runtime. It provides a just-in-time… microsoft/chakracore — ChakraCore is an embedded JavaScript engine designed to be integrated as a library within a host application. Its… paulbartrum/jurassic — A .NET library to parse and execute JavaScript code. sebastienros/jint — Jint is a JavaScript interpreter for the .NET ecosystem that executes code without requiring a browser or Node.js… tjanczuk/edge — This project is a polyglot runtime bridge and interop framework designed to execute .NET and Node.js code within a… yantrajs/yantra — JavaScript Engine for .NET.