Info
Version: | 4.0.0 |
Author(s): | JSPool |
Last Update: | Saturday, January 5, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://d.sb/projects/jspool |
NuGet Url: | https://www.nuget.org/packages/JSPool |
Install
Install-Package JSPool
dotnet add package JSPool
paket add JSPool
JSPool Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0 Client
- JavaScriptEngineSwitcher.Core(>= 3.0.0)
- JavaScriptEngineSwitcher.Core(>= 3.0.0)
- NETStandard.Library(>= 1.6.0)
- JavaScriptEngineSwitcher.Core(>= 3.0.0)
- System.Diagnostics.TraceSource(>= 4.0.0)
- System.IO.FileSystem.Watcher(>= 4.0.0)
- JavaScriptEngineSwitcher.Core(>= 3.0.0)
Tags
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 a new engine every time.
See https://dan.cx/projects/jspool for usage instructions.