171 Views
One of things that makes Node.js so popular is the way in which code can be structured into modules that can be reused from project to project. Not only are you able to reuse your own modules, there is a vibrant community of developers who are developing and releasing their own modules as open source for anyone to use in their own projects.
0 comments