-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question, are you compiling and including all of nodejs? #20
Comments
Yes :) |
👍 |
Wait, this is already a feature? There is a JavaScript thread loop implemented in here? I heard node was hard to embed, leading electron to for it. https://github.com/electron/node It wasn't hard for you? Or, are you using their fork? |
In this Espresso repo, but It not include any function from node directly because I want to use it with our HtmlRenderer project. so I export only V8 functions from nodejs + our some functions that control it.
Yes, but It's not in public repo , it will be release later soon.
In my experience (not much like electron dev team) + my context, |
No, I use the original nodejs code. |
hello @pauldotknopf, Today, I have sent the special version of Espresso. https://github.com/CompilerKit/Espresso/wiki/Build-NodeJS-for-Espresso-Cup |
Amazing! I know the API is different than EdgeJS, but how do you see this library, compared to it? Also, is this repo your working fork? Is the CompilerKit one the home? |
@pauldotknopf (the detail in https://github.com/CompilerKit/Espresso/wiki/Build-NodeJS-for-Espresso-Cup I think, the Espresso is a little lib that answers my requests. CompilerKit/Espresso is my fork. |
Now Espresso (V8/ NodeJS 7.10.0+) can run on .netcore/.netstandard on macOS, Linux and Windows. |
Are you compiling all of nodejs, but only exporting the V8 functions you need?
The reason why I ask is because I think this could potential allow running javascript code in .NET that actually utilize network/file and node_modules.
The text was updated successfully, but these errors were encountered: