{{theTime}}

Search This Blog

Total Pageviews

JNode Eclipse Tutorial

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).

No comments:

Optimizing Java Applications for Low-Latency Microservices

Introduction Microservices architecture has become a go-to for building scalable, modular systems, but achieving low latency in Java-based...