jint
JavaScript interpreter
An interpreter for running JavaScript code within a .NET environment.
Javascript Interpreter for .NET
4k stars
142 watching
560 forks
Language: C#
last commit: 7 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
jshint/jshint | A tool that scans JavaScript code to detect common errors and potential problems | 8,990 |
toss/es-toolkit | A high-performance utility library for JavaScript with strong type annotations and a small bundle size. | 7,029 |
sql-js/sql.js | A JavaScript library that allows you to create and query relational databases entirely in the browser. | 12,788 |
svaarala/duktape | An embeddable JavaScript engine designed to be portable and compact, enabling C/C++ projects to seamlessly integrate JavaScript functionality. | 5,959 |
andrewplummer/sugar | A utility library for working with native JavaScript objects | 4,541 |
mjavascript/practical-modern-javascript | A book series on modern JavaScript development focusing on modularity and ES6 features. | 3,087 |
workshopper/javascripting | An interactive terminal-based tutorial to learn JavaScript | 2,865 |
fable-compiler/fable | A compiler that translates F# code to JavaScript, making it possible to write F# applications that run in web browsers. | 2,927 |
developit/mitt | A tiny, functional event emitter / pubsub system | 10,851 |
linnovate/mean | A simple and scalable full-stack JavaScript framework using MongoDB, Express, Angular, and Node.js for building dynamic web applications. | 12,123 |
jerryscript-project/jerryscript | A lightweight JavaScript engine designed to run on resource-constrained devices with minimal memory requirements. | 6,953 |
debug-js/debug | A debugging utility that provides a way to log debug information in JavaScript applications with colorized output and support for environment variable control. | 11,152 |
dotnet-script/dotnet-script | A tool for running C# scripts from the .NET CLI with NuGet package management and debugging support. | 2,745 |
yantrajs/yantra | A managed JavaScript engine for .NET Standard that compiles and executes JavaScript code. | 225 |
nzakas/understandinges6 | A comprehensive guide to ECMAScript 6, covering its new features and capabilities | 5,447 |