Node.js is a JavaScript runtime environment built on Chrome’s V8 engine. It was originally created by Ryan Dahl, an American Software Engineer. It is cross-platform and can be run on Windows, Linux, Unix, Mac OS X, etc. It allows to perform non-blocking I/O operations despite the fact that JavaScript is single-threaded.
Table of contents
What is Node.js?Companies that are using Node.jsHow do you create a simple server in Node.js that returns Hello World?3 Comments
Sort: