I am still a novice in MVC ASP.Net development, but just to give you an idea of what I'm trying to build for learning purposes and more is a text-based browser game.
The problem I have is that I'm trying to make more sense out of the background architecture, and where should go what.
Quick example:
- Player A starts production of Barracks.
- Javascript shows Player A production is in order.
- C# server code handles the requests and creates a timer object
- When the timer hits 0 (on server? or console?) the function would be called to set Barracks boolean to true in the database.
This is a rough scetch and I would appreciate if people can tell me if what I think is right.
However, I also thought I had to write a console application too which, will accept a timer request and handle it in a console rather than the actual website, or am I really confused now?
Any help is much appreciated! I have been strugling with understanding websites under the hood.
John.
This post has been edited by Cyclopses: 15 November 2011 - 07:35 AM

New Topic/Question
Reply


MultiQuote





|