Skip to content

Latest commit

 

History

History
executable file
·
38 lines (17 loc) · 777 Bytes

README.md

File metadata and controls

executable file
·
38 lines (17 loc) · 777 Bytes

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 #30


License:

MIT, 2013, Federico Di Gregorio fog@initd.org, https://github.com/fogzot/vroomjs

MIT, 2015-2021, WinterDev