# NiL.JS **Repository Path**: mirrors_toolgood/NiL.JS ## Basic Information - **Project Name**: NiL.JS - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NiL.JS [![Build Status](https://travis-ci.org/nilproject/NiL.JS.svg?branch=develop)](https://travis-ci.org/nilproject/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 4 and 4.5, Universal Windows Platform and .NET Core`)"); ``` > [Other Examples](https://github.com/nilproject/NiL.JS/tree/develop/Examples)