jstherightway/js-the-right-way

Meteor not an MVC framework

Opened this issue · 2 comments

Meteor is listed as an MVC framework which it most certainly isn't. Meteor is a combination of database, server and rendering engine with all the "glue" between them, which allows MVC frameworks to lean on it's infrastructure (angular for example). I'm not really sure where it should be located (at the top!) but listing it with the MVC frameworks is a bit confusing and might really annoy some people.

Hi @cometeer, I do agree, some sections are confused, I'm thinking of organizing again. I'm working on another feature now, but would be nice if I had this help. Thanks 👍

It's a bloody nightmare to even think about, creating a taxonomy of js frameworks and libraries.The last thing you want is anything like this wikipedia article but at the same time it would be really handy to have a place like "JS the right way" where all this stuff is found.