javascript - What all core Node Js modules does Express Js built on? -


what core modules of node.js used built express js framework. know have 'http' , 'fs' modules, else express js have?

i did simple search on repository require, , manually checked result. these core modules came with:

  • assert
  • events
  • fs
  • http
  • https
  • path
  • url
  • util

i have checked source code of express itself, not dependencies' source code.

anyway, hope helps.

just out of curiosity: answer for? why want know that?


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -