Monorail.js - Ultra lightweight MVC Framework for Node.js
11–20 of 26 posts
Re: Monorail.js - Ultra lightweight MVC Framework for Node.js
#12How is that light weight? let's see it has scripts for skeloton projects/models/etc, has it's own orm's, and even ships with its own package manager. that seems like a lot of stuff is you're looking to light weight.
[deleted]
http://andrzejonsoftware.blogspot.ca/2011/09/rails-is-not-mv...
Even if you are using the Rails version of the term MVC, as one commenter was keen to point out, it still has nothing to do with having data persistence or not.
Re: Monorail.js - Ultra lightweight MVC Framework for Node.js
#13Hmm, picking the name of another MVC framework for your framework isn't great. http://www.castleproject.org/monorail/
Re: Monorail.js - Ultra lightweight MVC Framework for Node.js
#14Re: Monorail.js - Ultra lightweight MVC Framework for Node.js
#15Just wanted to ask: is there any kind of micro-frameworks for Node out there? Something comparable to Flask(for Python) or Sinatra(for Ruby)?
I've been using Backbone.js for MV'C' in Node.js and re-using my models on the client side.
Re: Monorail.js - Ultra lightweight MVC Framework for Node.js
#16Re: Monorail.js - Ultra lightweight MVC Framework for Node.js
#17Hmm, picking the name of another MVC framework for your framework isn't great. http://www.castleproject.org/monorail/
http://en.wikipedia.org/wiki/Go!_(programming_language)
Re: Monorail.js - Ultra lightweight MVC Framework for Node.js
#18How is that light weight? let's see it has scripts for skeloton projects/models/etc, has it's own orm's, and even ships with its own package manager. that seems like a lot of stuff is you're looking to light weight.
Look at the description:
"Monorail.js will never force you to install anything not needed for your project. The goal is to use what you need."
Plus, it's definitely lighter than express.
Re: Monorail.js - Ultra lightweight MVC Framework for Node.js
#19How is that light weight? let's see it has scripts for skeloton projects/models/etc, has it's own orm's, and even ships with its own package manager. that seems like a lot of stuff is you're looking to light weight.
"How is that light weight?" Look at the description: "Monorail.js will never force you to install anything not needed for your project. The goal is to use what you need." Plus, it's definitely lighter than express.
Re: Monorail.js - Ultra lightweight MVC Framework for Node.js
#20Earlier quoted context omitted.
"How is that light weight?" Look at the description: "Monorail.js will never force you to install anything not needed for your project. The goal is to use what you need." Plus, it's definitely lighter than express.
As far as I can tell, this actually uses express.
I think if I were to use a node MVC framework built on express, I'd go with Matador: http://obvious.github.com/matador/