Where to Download JNode
http://nodejs.org/download/
Where to Download Eclipse JNode plugin
http://www.nodeclipse.org/updates
How to setup Node.exe in eclipse
How to Create first Eclipse Project
File --> New --> NodeProject
How to run Node project
Right click hello-world-server.js --> Run As --> Node Application
How to see the result
Open browser and type url: http://localhost:port (port mentioned in hello-world-server.js).
http://nodejs.org/download/
Where to Download Eclipse JNode plugin
http://www.nodeclipse.org/updates
How to setup Node.exe in eclipse
How to Create first Eclipse Project
File --> New --> NodeProject
How to run Node project
Right click hello-world-server.js --> Run As --> Node Application
How to see the result
Open browser and type url: http://localhost:port (port mentioned in hello-world-server.js).
No comments:
Post a Comment