Azure Mobile Services launched: A Cloud Backend For Mobile Apps
1–10 of 12 posts
Re: Azure Mobile Services launched: A Cloud Backend For Mobile Apps
#2Re: Azure Mobile Services launched: A Cloud Backend For Mobile Apps
#3Re: Azure Mobile Services launched: A Cloud Backend For Mobile Apps
#4Looks interesting. It provides a RESTful service running on a managed, scalable node.js instance providing a CRUD interface over a SQL Database. You can set access levels and customize the service through JavaScript scripts. They apparently run in a sandboxed or restricted environment.
Re: Azure Mobile Services launched: A Cloud Backend For Mobile Apps
#5Looks interesting. It provides a RESTful service running on a managed, scalable node.js instance providing a CRUD interface over a SQL Database. You can set access levels and customize the service through JavaScript scripts. They apparently run in a sandboxed or restricted environment.
Interesting that it has a SQL backend, I wonder what they are using as an ORM to enable querying in the collections.
We also give scripts full access to the node-sqlserver driver, so they can run their own arbitrary SQL as necessary.
Re: Azure Mobile Services launched: A Cloud Backend For Mobile Apps
#6Looks interesting. It provides a RESTful service running on a managed, scalable node.js instance providing a CRUD interface over a SQL Database. You can set access levels and customize the service through JavaScript scripts. They apparently run in a sandboxed or restricted environment.
Interesting that it has a SQL backend, I wonder what they are using as an ORM to enable querying in the collections.
Anyway, looking at the comments in Scott Guthrie's blogpost (http://weblogs.asp.net/scottgu/archive/2012/08/28/announcing...) he also mentioned that they "will also support unstructured storage in the future so if you don't need rich querying you can use that too."
Also, from the comments he mentions they'll be publishing documentation for the REST API soon'ish (as well as "pre-built REST helper methods for Win8/iOS/Android/others").
Re: Azure Mobile Services launched: A Cloud Backend For Mobile Apps
#7So it's Parse, but pushed by Microsoft?
Re: Azure Mobile Services launched: A Cloud Backend For Mobile Apps
#8Earlier quoted context omitted.
Interesting that it has a SQL backend, I wonder what they are using as an ORM to enable querying in the collections.
You'd probably assume if any, they'd be using the Entity Framework. Anyway, looking at the comments in Scott Guthrie's blogpost ( http://weblogs.asp.net/scottgu/archive/2012/08/28/announcing... ) he also mentioned that they "will also support unstructured storage in the future so if you don't need rich querying you can use that too." Also, from the comments he mentions they'll be publishing documentation for the REST…
I got excited for a moment. I've been using Azure for a few years now and I was thinking that this could have been a hint of them offering something more similar to MongoDB in the future. But, then it hit me that he's probably only talking about the Table Storage (Now called Table Service?) which I will never touch again.
Re: Azure Mobile Services launched: A Cloud Backend For Mobile Apps
#9Once the major cloud hosting players are in on the easy cloud-backed key-value store field, how much oxygen is there in the room for players like Parse? Especially when they themselves are built on EC2? I've got to think we're no more than 6-12 months from seeing that happen, and then they're going to have a tremendous fight on their hands, venture funding or not.