Info
| Version: | 1.0.4-beta02 | 
| Author(s): | Sean McLellan | 
| Last Update: | Sunday, February 3, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/BaristaLabs/BaristaCore | 
| NuGet Url: | https://www.nuget.org/packages/BaristaCore | 
Install
Install-Package BaristaCore
                        dotnet add package BaristaCore
                        paket add BaristaCore
                        
                                BaristaCore Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- BaristaLabs.BaristaCore.Common(>= 1.0.402)
- BaristaLabs.BaristaCore.Extensions(>= 1.0.402)
- BaristaLabs.BaristaCore.ChakraCore(>= 1.10.0)
Tags
 
                
Applications can expose custom modules and types written in .Net code to the runtime, making it useful for providing a rules engine or other scripted capabilities that interact with existing managed libraries.
The underlying JavaScript runtime is Chakra, the JavaScript engine that powers Microsoft Edge, allowing for a fully managed, latest standards compliant, performant and well sandboxed JavaScript-based scripting environment.
For more information, visit the wiki at https://github.com/BaristaLabs/BaristaCore/wiki/Embedding-BaristaCore-into-your-own-application.