diff --git a/content/roadmaps/107-nodejs/content/100-nodejs-introduction/103-nodejs-vs-browser.md b/content/roadmaps/107-nodejs/content/100-nodejs-introduction/103-nodejs-vs-browser.md index 3d3779192..51fa3e61a 100644 --- a/content/roadmaps/107-nodejs/content/100-nodejs-introduction/103-nodejs-vs-browser.md +++ b/content/roadmaps/107-nodejs/content/100-nodejs-introduction/103-nodejs-vs-browser.md @@ -1 +1,5 @@ -# Nodejs vs browser \ No newline at end of file +# 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. + +Differences between Node.js and the Browser