-
Notifications
You must be signed in to change notification settings - Fork 90
[question] embedded Node.js #30
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
Comments
As tern.js is written in Javascript, tern must be executed in a Javascript engine. I have tried to execute tern.js in Rhino but it's too slowly and I have every time OutOfMemory. Marijn suggested me to execute Tern with node.js and write an HTTP Java client which call the node.js server which execute tern. Some people have not installed node.js, so I decided to provide embed node.js for each OS to avoid installing node.js. Embed node.js is very limitated :
Embed node.js version are the last I have found today : v0.10.22. Providing embed node.js to execute any js, is out of the scope of Tern IDE I think, but more for nodeclipse. |
I close this issue. |
Actually this issue should have been in tern.java project. |
Came when reading https://github.com/angelozerr/angularjs-eclipse/wiki/Getting-Started
How embedded Node.js can be used?
What version is included, and how often will it be updated?
Would it be easy to call all node.js features?
The text was updated successfully, but these errors were encountered: