03 - Serve an HTML File - Basic Node and Express - freeCodeCamp Tutorial

Published: 05 July 2020
on channel: Ganesh H
5,003
69

We can set up a route to serve a specific HTML file, which is very useful for building websites. We can call the sendFile() method on the response, giving it the absolute path of the html file.

Link to challenge : https://www.freecodecamp.org/learn/ap...
Written Guide : https://www.notion.so/ganeshh123/Serv...

Full Playlist for this course :    • Basic Node and Express - freeCodeCamp  
All Writen Guides for this course : https://www.notion.so/ganeshh123/dab5...
All My Tutorials can be found at : https://www.notion.so/Tutorials-Ganes...

Concepts:
sendFile()
Transfers the file at the given path. Sets the Content-Type response HTTP header field based on the filename’s extension. Unless the root option is set in the options object, path must be an absolute path to the file.
https://expressjs.com/en/api.html#res...

__dirname
The directory name of the current module. This is the same as the path.dirname() of the __filename.
https://nodejs.org/docs/latest/api/mo...

app.get()
Routes HTTP GET requests to the specified path with the specified callback functions.
https://expressjs.com/en/5x/api.html#...

————————————————————————————————————
Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside a web browser. Node.js lets developers use JavaScript to write command line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser.

Express.js, or simply Express, is a web application framework for Node.js. It is designed for building web applications and APIs. It has been called the de facto standard server framework for Node.js. Express runs between the server created by Node.js and the frontend pages of a web application. Express also handles an application's routing.

freeCodeCamp (also referred to as “Free Code Camp”) is a non-profit organization that consists of an interactive learning web platform, an online community forum, chat rooms, online publications and local organizations that intend to make learning web development accessible to anyone. Beginning with tutorials that introduce students to HTML, CSS and JavaScript, students progress to project assignments that they complete either alone or in pairs. Upon completion of all project tasks, students are partnered with other nonprofits to build web applications, giving the students practical development experience.

Thanks for Watching!


Watch video 03 - Serve an HTML File - Basic Node and Express - freeCodeCamp Tutorial online without registration, duration hours minute second in high quality. This video was added by user Ganesh H 05 July 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 5,003 once and liked it 69 people.