I'm planning on creating a browser based RTS game using ASP.NET and MySQL.
I was wondering if there is a way to do this without having a central server running all the time - i.e. if all commands can be completed client side when a player logs on and performs an action, and then the database keeps a record of this.
Thanks