Re: browser based game development
- From: "Phil Frisbie, Jr." <phil@xxxxxxxxxxxx>
- Date: Mon, 17 Oct 2005 21:54:34 GMT
zircher wrote:
I'm a standalone applications programmer. So, it is not obvious to me that AJAX requires a server.
Then please read the full description of AJAX before you ask any more basic questions.
Why can't a local web page, viewed in a
browser call a local script or exe to perform a calculation and return
the result back to the web page?
Because JavaScript cannot call local programs.
To run locally you would need to provide a small basic web server that could process the CGI game logic.
I've seen similar capabilities with pure javascript in a serverless environment.
Where?
-- Phil Frisbie, Jr. Hawk Software http://www.hawksoft.com .
- Follow-Ups:
- Re: browser based game development
- From: zircher
- Re: browser based game development
- References:
- browser based game development
- From: tzircher
- Re: browser based game development
- From: Quaestor
- Re: browser based game development
- From: zircher
- Re: browser based game development
- From: Phil Frisbie, Jr.
- browser based game development
- Prev by Date: Re: browser based game development
- Next by Date: Re: Newbie here... has lots of questions... But I will start with
- Previous by thread: Re: browser based game development
- Next by thread: Re: browser based game development
- Index(es):
Relevant Pages
|