On Tue, Oct 24, 2006 at 12:55:09AM -0500, Sam Fourman Jr. wrote:
> Just a Quick Question,
> 
> I have been searching for a direct answer to:
> 
> is it possible to have a AJAX enabled Website hosted on OpenBSD?

Yes.  I have one.

> the reason why I am asking is because Apache is version 1.3.x (due to
> licencing issues).
> if not Maybe there is another http server that would support it?

Not related.

Most of the AJAX technology is *client-side*. All it does is callbacks
to the server, which serves normal requests.

There are some AJAX frameworks already in OpenBSD.

There are two perl frameworks, for instance. And ruby-on-rail is known
to rely on java.

As far as responsiveness goes, Apache 1.3 has enough server-side module
supports for the application to (more or less) live within the server.

Reply via email to