Difference between revisions of "Nodejs Integration"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 
{{DISPLAYTITLE:Node.js Integration}}
 
{{DISPLAYTITLE:Node.js Integration}}
 
 
Node.js is an open-source and cross-platform JavaScript runtime environment. It is a popular tool for almost any kind of project!
 
Node.js is an open-source and cross-platform JavaScript runtime environment. It is a popular tool for almost any kind of project!
  

Revision as of 06:26, 20 April 2024

Node.js is an open-source and cross-platform JavaScript runtime environment. It is a popular tool for almost any kind of project!

Node.js runs the V8 JavaScript engine, the core of Google Chrome, outside of the browser. This allows Node.js to be very performant.

A Node.js app runs in a single process, without creating a new thread for every request. Node.js provides a set of asynchronous I/O primitives in its standard library that prevent JavaScript code from blocking and generally, libraries in Node.js are written using non-blocking paradigms, making blocking behavior the exception rather than the norm.

Lianja Cloud Server comes with a Node.js module enabling external Node.js applications to connect to a local or remote Lianja Cloud Server and perform a variety of operations including: