Node.js: Difference between revisions

m Add nextjs project example
Onny (talk | contribs)
Add introduction
Line 1: Line 1:
__TOC__
__TOC__
{{expansion}}
 
[https://nodejs.org Node.js] is an open-source, cross-platform JavaScript runtime environment that allows developers to execute JavaScript code on the server side. Built on the V8 JavaScript engine, it enables the creation of scalable and high-performance applications, particularly for real-time web services.


== Install ==
== Install ==