1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

Add Node.js Introduction (#2100)

...developer-roadmap/content/roadmaps/107-nodejs/content/100-nodejs-introduction/readme.md file updated with the appropriate guidelines.
This commit is contained in:
Roberto Jacobo
2022-10-04 06:44:42 -05:00
committed by GitHub
parent 31a8d0a0cb
commit 1a1e5b049e

View File

@@ -1 +1,9 @@
# Nodejs introduction
# Nodejs introduction
Node.js® is an open source, cross-platform runtime environment and library that is used for running web applications outside the clients browser.
It is used for server-side programming, and primarily deployed for non-blocking, event-driven servers, such as traditional web sites and back-end API services, but was originally designed with real-time, push-based architectures in mind. Every browser has its own version of a JS engine, and node.js is built on Google Chromes V8 JavaScript engine.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://nodejs.org/en/'>Official Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://nodejs.org/en/docs/'>Official Documentation</BadgeLink>