-
Notifications
You must be signed in to change notification settings - Fork 1
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
Research a way to have a js engine in .net #2
Comments
I eliminated 4 other options because they either require things like evai() to work which i think is bad practice especially if scripts can be supplied by a third party or they are very inactive with a long issue list that really needs fixing. Jint link: |
Yeah it seems like all of them but ironJS are actively updated. |
After some testing i will relegate edge.js to the maybe/no pile due to having node.js inside it and that poses a security risk when we are dealing with 3rd party code. |
Was using That all being said, I don't know if |
There are plenty of options out there, so this ticket isn't to determine if it's even possible.
Requirements
The reason we don't want to have node.js integration is because it opens security holes with socket and file system access. The best model most likely will end up being a js engine that's only access to the outside world is through us.
Expected behavior of delegates
I have a few that could be researched as a headstart.
https://github.com/tjanczuk/edge
https://javascriptdotnet.codeplex.com/
The text was updated successfully, but these errors were encountered: