Skip to content

Express.js is a popular web framework for building web applications and APIs using Node.js. It provides a robust set of features for creating server-side applications, including routing, middleware support, and template engines.

Notifications You must be signed in to change notification settings

VaibhavMojidra/Express-Demo---routing-defining-url-routes-and-sending-response

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo---Express-routing-defining-url-routes-and-sending-response

  • Importing express
  • Creating application variable key value pair
  • Getting application variable using key
  • Listening the request
  • Using Get Method to get request
  • To set status of the response while sending response
  • To send the response as text as well as file
  • Incase of file using Path module
  • Importing path module
  • Using path module

About

Express.js is a popular web framework for building web applications and APIs using Node.js. It provides a robust set of features for creating server-side applications, including routing, middleware support, and template engines.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published