Re: browser based game development



zircher wrote:

Real languages would be on the back end driving the game logic,
accessing databases, etc.  AJAX (aka remote scripting) is just a method
to get spiffy performance out of the browsers by skipping re-rendering
the whole page.  Hey, if it's good enough for Google Maps
(http://maps.google.com/), it should be good enough for my simple
needs.  :-)

Yes, but you just answered you own original question then, right?

You asked: "Any suggestions on what I can use for CGI that will work on on web
server or can be ran on the desktop with no connection to a server or
running a local web server?"

AJAX is client server. Period! If you choose that route then you can only play those games while connected to a server.

--
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com
.



Relevant Pages

  • Re: Embedding HTML Within a PHP Statement
    ... - Your full ajax approach results in multiple requests to the server ... Maybe lower memory-load of multiple small requests outperforms the ... However, using AJAX requires multiple requests, along with the associated network traffic, server load and file system access than doing in one piece. ...
    (comp.lang.php)
  • Re: Frames with Seaside?
    ... CSS can be used to do layout and create frames. ... send things in bits on the server side, ... Ajax is a little bit of JavaScript that allows ...
    (comp.lang.smalltalk)
  • Re: Layout Advice
    ... AJAX does the postbacks in pieces, ... First is implementing ICallbackEventHandler which "hides" all your calls to server, but there are a lot of manual jobs ... SE> has arisen to tap some of the functionality from a webpage. ... SE> clicking an arrow to move a camera. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Layout Advice
    ... First is implementing ICallbackEventHandler which "hides" all your calls to server, but there are a lot of manual jobs ... Secord, rely on ajax, where everything implemented for you, even Logging to the server - see ... SE> has arisen to tap some of the functionality from a webpage. ... SE> SE> Normally a user logs in from the client, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Whither AJAX?
    ... I hadn't realized google maps was AJAX and I suppose all those chat support windows are also. ... It's just as usable and responsive as a desktop application and in some cases is faster due to having a powerful web server. ... Of course, it could just as easily run off a setup with a dedicated database server, and load-balanced web servers. ... Unlimited employees, ...
    (alt.html)