Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nilproject/NiL.JS
JavaScript engine for .NET written in C#.
https://github.com/nilproject/NiL.JS
dotnet engine javascript js nil nuget parsing script
Last synced: 1 day ago
JSON representation
JavaScript engine for .NET written in C#.
- Host: GitHub
- URL: https://github.com/nilproject/NiL.JS
- Owner: nilproject
- License: bsd-3-clause
- Created: 2013-12-04T14:32:22.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-17T13:28:04.000Z (5 months ago)
- Last Synced: 2024-11-05T18:55:25.432Z (9 days ago)
- Topics: dotnet, engine, javascript, js, nil, nuget, parsing, script
- Language: JavaScript
- Homepage:
- Size: 71.4 MB
- Stars: 333
- Watchers: 32
- Forks: 46
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: License
Awesome Lists containing this project
README
![NiL.JS Icon](https://raw.githubusercontent.com/nilproject/NiL.JS/develop/nil.js_logo_48.png) NiL.JS
=====
Open source ECMAScript 6.0 (ES2015) (JavaScript) engine.
Licensed under BSD 3-Clause License.> [NuGet Package](https://www.nuget.org/packages/NiL.JS)
```C#
var context = new Context();
context.Eval(@"console.log(
`This is a JavaScript engine written in C#.
This engine can perform js code on NET Framework 4.6.1+, NET Standard 1.3+, NET Core 3.1, 5.0 and 6.0`)");
```
> [Other Examples](https://github.com/nilproject/NiL.JS/tree/develop/Examples)