DEV Community

Discussion on: What's the difference between a library and a framework?

Collapse
 
yaser profile image
Yaser Al-Najjar • Edited

Mostly nowadays, a framework is built on / with couple of libraries whether from the vendor or from the OSS.

Example: django is a framework made from its core package plus lots of packages.

So, I could say framework = core library + dozens of other libraries.