A key function of any web application framework is that of managing HTTP requests from clients. Web applications respond to those requests for information/data in many formats (HTML, CSV, JSON, etc.) and ways (building content from scratch, serving up static files, pulling data from a database, and returning it, redirecting to a different resource/service). It is because of this that a framework’s ability to identify requests and map them to internal resources is critical.
In this video, we dive into Express.js’ router and how it is used to manage the mapping of client requests to its internal resources.
Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.
visit: https://www.neumont.edu/
Published by