| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Added GauravVishwakarma2006 to authors list and expanded introduction with reasons for using Node.js. Signed-off-by: GauravVishwakarma2006 <gauravvish001@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Sorry, something went wrong.
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website Please review the changes when you have a chance. Thank you! 🙏 |
Sorry, something went wrong.
| **Why do we need Node.js?** | ||
| Frontend JavaScript runs in the browser. | ||
|
|
||
| But what if we want JavaScript to: | ||
| - Create a server? | ||
| - Read files? | ||
| - Connect to a database? | ||
| - Build an API? | ||
|
|
||
| Browser JavaScript cannot directly act as your backend server. | ||
| Node.js provides an environment where JavaScript can run outside the browser. | ||
|
|
There was a problem hiding this comment.
Why is this added section needed?
Sorry, something went wrong.
|
This page doesn't need the added "why" section, especially not before everything else. |
Sorry, something went wrong.
|
That being said, perhaps this can be condensed into a single sentence that can be added to the second line? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Added GauravVishwakarma2006 to authors list and expanded introduction with reasons for using Node.js.