Skip to content

[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

Closed
paulvi opened this issue Mar 15, 2014 · 3 comments
Closed

[question] embedded Node.js #30

paulvi opened this issue Mar 15, 2014 · 3 comments

Comments

@paulvi
Copy link
Contributor

paulvi commented Mar 15, 2014

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?

@angelozerr
Copy link
Owner

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 :

  • it cannot be updated
  • it is linked to tern.js, on other words you can just execute tern.js with embed node.js

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.

@angelozerr
Copy link
Owner

I close this issue.

@paulvi paulvi closed this as completed May 19, 2014
@paulvi
Copy link
Contributor Author

paulvi commented May 19, 2014

Actually this issue should have been in tern.java project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants