What are the important features of ExpressJS?

Discussion RoomCategory: CodingWhat are the important features of ExpressJS?
Ashly asked 5 years ago

 

  • It is a Light weight framework
  • It is Server side web and mobile application framework
  • It is written in JavaScript language
  • It supports routing
  • It builds single page, multipage, hybrid mobile and web applications and also common back end functions for web applications
  • Express comes with two templating engines, Jade and EJS, which facilitate the flow of data into a website structure.
  • It supports MVC pattern
  • It’s cross-platform, so it’s not limited to one OS.
  • You can create complex applications using the express generator.
Scroll to Top