Skip to content

JintJavaScript for .NET

Embed a modern ECMAScript interpreter in any .NET application, without a native runtime.

Jint

Start with Jint

bash
dotnet add package Jint

View Jint on NuGet.org

With using Jint; in scope:

csharp
var result = new Engine()
    .SetValue("name", "World")
    .Evaluate("`Hello, ${name}!`")
    .AsString();

Jint is the main product and documentation entry point. Add another package only when you need debugging or browser functionality. Jint is open source under the BSD 2-Clause License.

Additional packages

Used by

Projects using Jint include RavenDB, EventStoreDB, Orchard Core, Elsa Workflows, Docfx, and JavaScript Engine Switcher.