Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Any experience with Sails.js?

I am considering using the Sails.js framework for Node, which is an MVC framework. It includes an ORM called Watermark, which interfaces with MySql and MongoDb.

Has anyone got experience with this?

I want:

- a Node back-end (at least I think I do)
- a way to organize the complexity in a large project (which MVC can offer)
- the ability to have SQL queries AND a JSON database which is lighting fast and highly scalable

Please provide some feedback on whether I am on the right track or not, or whether there is a better solution.

Thanks.
SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

How do I find the Google Group? And what does IRC mean?

Yes, MongoDb is the highly scalable database which uses "No SQL" to insert / retrieve records. It's 100% JSON and ultra-high performance.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Is there a Mirc solution for Mac OS? I do have Windows running on Parallels, but it cuts my battery life in half. SO I use Windows only when I need to...
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks!