|
|
|
|
|
by dylanhassinger
4727 days ago
|
|
Meteor is a full stack (backend and frontend) framework that focuses on live data binding from database up to the dynamic frontend layer. Also it is not a traditional Node stack (does not use NPM). Sails is more like RoR, it is like a traditional backend framework except that it's API-centric and has websockets built in. Sails is frontend-agnostic, and lets you use any dynamic framework you want (Backbone, Angular, Knockout, etc). |
|