Skip to content

JavaScript engine for .NET written in C#.

License

Notifications You must be signed in to change notification settings

TrueCommerce/NiL.JS

 
 

Repository files navigation

NiL.JS Build Status

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

NuGet Package

 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 and 4.5, Universal Windows Platform and .NET Core`)"); 

Other Examples

About

JavaScript engine for .NET written in C#.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.8%
  • C# 7.1%
  • Other 0.1%