awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
paulbartrum avatar

paulbartrum/jurassic

0
View on GitHub↗
950 stars·130 forks·C#·MIT·3 vues

Jurassic

A .NET library to parse and execute JavaScript code.

Features

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

Historique des stars

Graphique de l'historique des stars pour paulbartrum/jurassicGraphique de l'historique des stars pour paulbartrum/jurassic

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Jurassic

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Jurassic.
  • chakra-core/chakracoreAvatar de chakra-core

    chakra-core/ChakraCore

    9,242Voir sur 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
    Voir sur GitHub↗9,242
  • microsoft/chakracoreAvatar de Microsoft

    Microsoft/ChakraCore

    9,256Voir sur 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
    Voir sur GitHub↗9,256
  • microsoft/clearscriptAvatar de Microsoft

    Microsoft/ClearScript

    2,016Voir sur GitHub↗

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

    C#
    Voir sur GitHub↗2,016
  • sebastienros/jintAvatar de sebastienros

    sebastienros/jint

    4,653Voir sur 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#
    Voir sur GitHub↗4,653
Voir les 6 alternatives à Jurassic→

Questions fréquentes

Que fait paulbartrum/jurassic ?

A .NET library to parse and execute JavaScript code.

Quelles sont les fonctionnalités principales de paulbartrum/jurassic ?

Les fonctionnalités principales de paulbartrum/jurassic sont : JavaScript Engines.

Quelles sont les alternatives open-source à paulbartrum/jurassic ?

Les alternatives open-source à paulbartrum/jurassic incluent : 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.