Sails is a Node-server-flavored API framework build on top of Express which uses an ORM called Waterline to interface with Mongo whereas a more straightforward Express app might use Mongoose, an ODM or Object Document Mapper (think NoSQL) in lieu of an Object Relational Mapping, to crosstalk with Mongo.
No comments:
Post a Comment