Moden Web Development

Out of context: Reply #12

  • Started
  • Last post
  • 22 Responses
  • section_0140

    ^^^ Meteor is probably fine if you're only targeting browsers.

    However, if you have a data source that will need to be accessed from ios, android, or whatever -- Something completely decoupled seems to be the best approach.

    With Sails, I've just setup a simple REST api that is used to handle data without any connection to the front end. It simply takes a request and responds with data, or an error. Easy for anything to consume.

    I don't know enough about Meteor to say it doesn't do that. From the docs, it seemed like they intend for it to be an integrated solution.

    As far as learning curve, they're probably pretty equal. Angular is actually pretty intuitive. Form validation is so easy, I cried tears of joy when I made my first form.

View thread