Meteor is a set of tools for building web applications that abide to contemporary standards.
Meteor is quite a revolutionary full stack framework that blurs the lines between the server and the client.
It runs on Node and has some bullet point-worthy features:
- The DOM updates immediately (true real-time apps);
- Synchronous databases;
- “Hot Code Push” — update apps while users are using them;
- Latency compensation;
- Smart packages for a slick footprint;
I could be mistaken, but features like authentication should definitely be handled by either other libraries or server-side. Just note that security question shouldn’t be taken lightly with Meteor.
Meteor is truly an interesting framework, though: it’s definitely something that’s easy to use for smaller apps, and time will tell if it fits the production environment as well.
EDIT: the devs have apparently addressed the database question: security features are to be added ‘soon’, but the devs, I think, will be facing myriad problems with row-level and column permissions within the database.
- Website: http://www.meteor.com/















