awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 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/chakracorechakra-core का अवतार

    chakra-core/ChakraCore

    9,242GitHub पर देखें↗

    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
    GitHub पर देखें↗9,242
  • microsoft/chakracoreMicrosoft का अवतार

    Microsoft/ChakraCore

    9,256GitHub पर देखें↗

    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
    GitHub पर देखें↗9,256
  • paulbartrum/jurassicpaulbartrum का अवतार

    paulbartrum/jurassic

    950GitHub पर देखें↗

    A .NET library to parse and execute JavaScript code.

    C#compilerjavascriptlibrary
    GitHub पर देखें↗950
  • sebastienros/jintsebastienros का अवतार

    sebastienros/jint

    4,653GitHub पर देखें↗

    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#
    GitHub पर देखें↗4,653

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • tjanczuk/edgetjanczuk का अवतार

    tjanczuk/edge

    5,439GitHub पर देखें↗

    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++
    GitHub पर देखें↗5,439
  • yantrajs/yantrayantrajs का अवतार

    yantrajs/yantra

    256GitHub पर देखें↗

    JavaScript Engine for .NET

    JavaScriptasync-awaitcompilercsharp
    GitHub पर देखें↗256