Thanks for Response.
I wish to develop in as3 AND .Net . what i will need for client and server.
rnsr
ASKER
For client AS3 . ANY additional language required.
and for server .net c# . do i need wcf etc also.
Scott Fell
I think that is going to depend on the amount of users you expect. The clould/app platforms I mentioned are good choices and I left out azure http://azure.microsoft.com/en-us/develop/net/. The trend is to not use a traditional server and go with a plat form like azure, app engine, parse etc. I know there are many others. All of these things work as a web service. Given that you are comfortable with .net, azure seems worthy for you to explore in detail as well as visual studio for development.
I am completely new to Game Dvelopment. Hence my question level in of Beginner Level of Game.
As per your post I can use Action script 3 as client and for server programming I should use azure or app engine , parse etc.
Currently I will develop web based using AS3. But cannot get idea of server side Platform.
Kindly suggest.
Scott Fell
The app platform becomes the what you would normally think of as the server. You would develop your own api for things like adding users, game data, scores etc. You can certainly do this on a shared server or dedicated server but I think if you are planning on having many users, the idea of using an app plat form like azure, parse, app engine or amazon is they allow quick scaleability.
If you are already used to working in .net, then azure may be a good choice with little learning curve. Set up your database, create your own api for your CRUD and finally have your game interact via your api.
I don't do game development and only trying to help since there are no other answers. But it shouldn't matter if this is a game, CMS or CRM, in the end you are either adding data to the db or getting data to inject to your program. With these app platforms you will also find things like push notifications are part of the platform.
Good luck!
rnsr
ASKER
Thanks. I will work as per ur guidance. Will post query if i need.
I wish to develop in as3 AND .Net . what i will need for client and server.