NodeJS is a platform that works on chrome-like v8 JavaScript engine (which translates JavaScript code into machine language), which enables JavaScript code development on the client side. Nodejs started to be developed in 2009. Nodejs use a scalable, event-driven asynchronous, non-blocking I / O operation model that provides high performance.
How to run Node.js?
- The demo for NodeJS is attached in the encoding / root directory.
node demo_server.js
- With the above command you can try demo coding, and test it at http://ipaddress:3001