Is meteor just a large framework sitting on top of node or it's another platform just as node?
If it's a framework, why it comes with its own package manager: Atmosphere?
Can I integrate other npm packages easily in an meteor application?
Is meteor just a large framework sitting on top of node or it's another platform just as node?
If it's a framework, why it comes with its own package manager: Atmosphere?
Can I integrate other npm packages easily in an meteor application?
Try installing other npm packages via:
meteor npm install --save [package name]
and
meteor npm install