Ryan
Ryan

Reputation: 5546

backend services for App building on Azure

Is there any framework I can Instal on windows azure and get a service similar to parse.com, AppMobi, kinvey etc.?

I would use this services to simplify my life, but if there was some reliable framework that I can put on windows azure and help me with all push notifications, and creating the rest API I would prefer it over kinvey or similar services because I can have control over.

Upvotes: 0

Views: 383

Answers (2)

Nick Katsivelos
Nick Katsivelos

Reputation: 5168

Perhaps Azure Mobile Servicesis a little closer

Upvotes: 1

Tom
Tom

Reputation: 1611

There are a few examples you could leverage:

http://watwp.codeplex.com/

http://watgames.codeplex.com/

http://www.wadewegner.com/2011/08/windows-azure-toolkits-for-devices-now-with-android/

But I don't think they are quite the same as what you are referring to. But you could use these to build your own.

Upvotes: 0

Related Questions