Sign in
Log inSign up

Modules or NPM packages?

Nick Redmark's photo
Nick Redmark
·Oct 3, 2016

A common pattern is to organize a node application into modules

/modules/Post
/modules/Event
...

so here's question: why not split each module into an own NPM package? Where do you draw the line?