awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
paulbartrum avatar

paulbartrum/jurassic

0
View on GitHub↗
950 نجوم·130 تفرعات·C#·MIT·5 مشاهدات

Jurassic

A .NET library to parse and execute JavaScript code.

Features

  • JavaScript Engines - Standards-compliant JavaScript implementation and runtime for .NET.

سجل النجوم

مخطط تاريخ النجوم لـ paulbartrum/jurassicمخطط تاريخ النجوم لـ paulbartrum/jurassic

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Jurassic

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Jurassic.
  • chakra-core/chakracoreالصورة الرمزية لـ chakra-core

    chakra-core/ChakraCore

    9,242عرض على 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
    عرض على GitHub↗9,242
  • microsoft/chakracoreالصورة الرمزية لـ Microsoft

    Microsoft/ChakraCore

    9,256عرض على 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
    عرض على GitHub↗9,256
  • microsoft/clearscriptالصورة الرمزية لـ Microsoft

    Microsoft/ClearScript

    2,016عرض على GitHub↗

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

    C#
    عرض على GitHub↗2,016
  • sebastienros/jintالصورة الرمزية لـ sebastienros

    sebastienros/jint

    4,653عرض على 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#
    عرض على GitHub↗4,653
عرض جميع البدائل الـ 6 لـ Jurassic→

الأسئلة الشائعة

ما هي وظيفة paulbartrum/jurassic؟

A .NET library to parse and execute JavaScript code.

ما هي الميزات الرئيسية لـ paulbartrum/jurassic؟

الميزات الرئيسية لـ paulbartrum/jurassic هي: JavaScript Engines.

ما هي البدائل مفتوحة المصدر لـ paulbartrum/jurassic؟

تشمل البدائل مفتوحة المصدر لـ paulbartrum/jurassic: 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… microsoft/clearscript — A library for adding scripting to .NET applications. Supports V8 (Windows, Linux, macOS) and JScript/VBScript (Windows). 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.