1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 05:21:43 +02:00

Update 103-nodejs-vs-browser.md (#1683)

* Update 103-nodejs-vs-browser.md

* Update content/roadmaps/107-nodejs/content/100-nodejs-introduction/103-nodejs-vs-browser.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Rasmus
2022-09-04 11:42:00 +02:00
committed by GitHub
parent ccf0be8293
commit 7d23e5d7fa

View File

@@ -1 +1,5 @@
# Nodejs vs browser
# Nodejs vs Browser
Both the browser and Node.js use JavaScript as their programming language. Building apps that run in the browser is entirely different than building a Node.js application. Even though it's always JavaScript, some key differences make the experience radically different.
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://nodejs.dev/en/learn/differences-between-nodejs-and-the-browser/'>Differences between Node.js and the Browser</BadgeLink>