awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to microsoft/clearscript

Open-source alternatives to ClearScript

6 open-source projects similar to microsoft/clearscript, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best ClearScript alternative.

  • chakra-core/chakracoreAvatar von chakra-core

    chakra-core/ChakraCore

    9,242Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,242
  • microsoft/chakracoreAvatar von Microsoft

    Microsoft/ChakraCore

    9,256Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,256
  • paulbartrum/jurassicAvatar von paulbartrum

    paulbartrum/jurassic

    950Auf GitHub ansehen↗

    A .NET library to parse and execute JavaScript code.

    C#compilerjavascriptlibrary
    Auf GitHub ansehen↗950
  • sebastienros/jintAvatar von sebastienros

    sebastienros/jint

    4,653Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗4,653

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • tjanczuk/edgeAvatar von tjanczuk

    tjanczuk/edge

    5,439Auf GitHub ansehen↗

    This project is a polyglot runtime bridge and interop framework designed to execute .NET and Node.js code within a single operating system process. It functions as a cross-runtime execution engine and in-process scripting host, enabling bidirectional communication and data exchange between the Common Language Runtime and JavaScript environments to eliminate cross-process communication overhead. The framework distinguishes itself by providing a system for bidirectional asynchronous callbacks and automatic data marshalling of binary buffers and serializable values between different managed obje

    C++
    Auf GitHub ansehen↗5,439
  • yantrajs/yantraAvatar von yantrajs

    yantrajs/yantra

    256Auf GitHub ansehen↗

    JavaScript Engine for .NET

    JavaScriptasync-awaitcompilercsharp
    Auf GitHub ansehen↗256