Espresso
Espresso copied to clipboard
☕ Bridge your C# soul to the power of Javascript (V8 Javascript Engine / NodeJs)
Espresso / Espresso-VE / Espresso-ND
Latest V8 Engine : from NodeJs v15.5.1
V8 js engine with C# (in-process), => Espresso-VE
NodeJS engine with C# (in-process), => Espresso-ND
Espresso (from vroomjs ) is a bridge between the .NET CLR (think C# or F#) and the V8 Javascript engine that uses P/Invoke and a thin C layer (libespr).
Now, Espresso can run on .net20+ and .netcore/.netstandard
so We can run the engine on Windows, macOS, and Linux
(tested on Windows 10)
see how to build it at https://github.com/prepare/Espresso/issues/30
License:
MIT, 2013, Federico Di Gregorio [email protected], https://github.com/fogzot/vroomjs
MIT, 2015-2021, WinterDev