javascript - What are (potential) disadvantages of using meteor.js? -


i have watched meteor.js screencast , i'm quite blown away how easy building web application seems, in terms of live updates , database synchronisation. however, not sure of how scale once it's live.

what problems (potential or real) have if decide build , deploy web application written on meteor.js?

well, advice have play meteor , make judgement yourself. depends on wish develop

certain constraints have found are

  • meteor comes bundled mongodb. other database support planned later releases

  • no model/object form binding (in road map)

  • package system not npm (although meteor built on node) , closed community. meteor packages developed meteor themselves

regarding performance, found article helpful

here link meteors roadmap

from experience, advantages have found outweigh disadvantages @ moment


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -