JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (MSIE JavaScript Engine for .NET, Microsoft ClearScript.V8, Jurassic, Jint, ChakraCore, VroomJs and NiL.JS). This library allows you to quickly and easily switch to using of another...
More information
JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://github.com/Microsoft/ClearScript) version 7.3.7).
This package does not contain the native ClearScript.V8 assemblies. Therefore, you need to choose and install the most appropriate package(s)...
More information
JavaScriptEngineSwitcher.Msie contains adapter `MsieJsEngine` (wrapper for the MSIE JavaScript Engine for .NET (http://github.com/Taritsyn/MsieJavaScriptEngine)). For correct working of the MSIE JavaScript Engine it is recommended to install Internet Explorer 9+ or Microsoft Edge Legacy on the...
More information
JavaScriptEngineSwitcher.ChakraCore contains adapter `ChakraCoreJsEngine` (wrapper for the ChakraCore (https://github.com/chakra-core/ChakraCore)). Project was based on the code of Chakra-Samples (https://github.com/Microsoft/Chakra-Samples) and jsrt-dotnet...
More information
JSPool facilitates easy integration of JavaScript scripting into a .NET application in a scalable and performant manner. It does so by creating a pool of engines that can be reused multiple times, making it easy to use JavaScript libraries that have long initialisation times without having to create...
More information
JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 2046).
This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version of November 9, 2022 for Windows (x64).
This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version of November 9, 2022 for Windows (x86).
JavaScriptEngineSwitcher.Vroom contains adapter `VroomJsEngine` (wrapper for the VroomJs (http://github.com/pauldotknopf/vroomjs-core) version 1.2.3 with support of V8 version 3.17.16.2).
For correct working of the VroomJs on Windows require the Visual C++ Redistributable for Visual Studio 2012 and...
More information
This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version of November 9, 2022 for Linux (x64).
This package is only compatible with .NET Core.
This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version of November 9, 2022 for OS X (x64).
This package is only compatible with .NET Core.
JavaScriptEngineSwitcher.Jurassic contains adapter `JurassicJsEngine` (wrapper for the Jurassic JavaScript Engine (http://github.com/paulbartrum/jurassic) version of September 20, 2022).
This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version of November 9, 2022 for Windows (ARM).
This package is only compatible with .NET Core and .NET Framework 4.5.
This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version of November 9, 2022 for Windows (ARM64).
This package is only compatible with .NET Core and .NET Framework 4.5.
JavaScriptEngineSwitcher.NiL contains adapter `NiLJsEngine` (wrapper for the NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1623).
JavaScriptEngineSwitcher.Node contains adapter `NodeJsEngine` (wrapper for the Jering.Javascript.NodeJS (https://github.com/JeringTech/Javascript.NodeJS) version 6.3.1).
This package does not contain the `node.exe`. Therefore, you need to install the Node.js (https://nodejs.org) and add the...
More information