Hi Sud... That's a very broad question, that's hard to answer without knowing your specifics. It mostly depends on how your user is using your app. Is it mostly single-user? (1 user, working on 1 device at a time?) Or multi user (more than 1 user, each on a single device) Or do you need the full shabang? (multiple users, each one working on multiple devices/browsers at the same time). Do the user's inputs interact with each other? (can they put stuff on the todo-list of another user?) Depending on your needs, the backend can vary from a simple rest server, to a websocket server that takes care of all interactions. In your case, an easy way out might be FireBase. But take in account the costs aspect of that. There are some other backends that can help here too.
Regards Sander -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
