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
Post a Comment