Skip to content

questmetrics/NiL.JS.QM

 
 

Repository files navigation

NiL.JS

Open source ECMAScript 6.0 (ES2015) (JavaScript) engine. Licensed under BSD 3-Clause License.

This build is created and bundled by Jason Sobell of QuestMetrics Pty Ltd to provide a single bundled solution for the frameworks and .NET Standard. Includes corrected Date() functionality based on .NET DateTime objects.

All credits for development of the core system go to the original author, NiL

 var context = new Context(); 
 context.Eval(@"console.log( 
 `This is a JavaScript engine written in C#. 
 This engine can perform js code on .NET 4,4.5,4.71 and .NET Standard 1.3+`)"); 

What is Isolated Global Context?
Other Examples

NuGet Package for .NET 4, .NET 4.5 and UWP
NuGet Package for .NET Core

About

JavaScript engine for .NET written in C#.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.7%
  • C# 7.2%
  • Other 0.1%