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
Post a Comment