25 Jun, 2016, Odoth wrote in the 1st comment:
Votes: 0
I have spent some time developing a web client for Aarchon MUD and have made the source available on bitbucket.org.
12 Jul, 2016, bozimmerman wrote in the 2nd comment:
Votes: 0
Hello Mr. Odoth,

I realize I could poke through your source and answer these questions myself, but you could save me a slew of time if you are inclined:

I'm very impressed by the speed. Can you talk a bit about the architecture? It's AJAX-y I assume, right? Or have you discovered some way to stream in javascript?

Thanks for any response,
Bo Zimmerman
(Very amateur web guy)
12 Jul, 2016, Odoth wrote in the 3rd comment:
Votes: 0
I'm using socketio library to communicate between the Python web server and the Javascript browser code.
http://socket.io/
As I understand, it pretty much just acts as a wrapper for websockets with some fallback in case websocket isn't supported in the browser.

I'm happy to answer questions, though I will say I'm also an amateur web guy peace This is my first web application.
0.0/3