[MUD-Dev2] [DESIGN] AJAX Client/Servers?

Morris Cox morriscox at gmail.com
Thu Feb 15 11:30:19 CET 2007


On 2/14/07, Phillip Lenhardt <philen at monkey.org> wrote:
> Is anyone aware of or working on AJAX(ish) client/server code for
> something mud-like?  I am specifically not interested in emulating
> a telnet+ansi connection in a browser.  I am interested in the
> details of making http 1.1 keep-alive and chunking work (correctly?
> at all?) to minimize the amount of socket creation/teardown, error
> detection and recovery when sockets/connections close, etc.  Extra
> points if the server end code is in python.

I would also like to know. However, keep in mind that AJAX refers to
Javascript and XML. That means that MUDs and the like would have to
use or be compatible with the two. I know that the OpenSource
Metaverse Project (OSMP) at http://www.metaverse-project.com/ uses
XML. I don't know how well that might work for you. Seems to be C# on
the backend.




More information about the mud-dev2-archive mailing list