From 7f895133ecd201479e37d15badf852623233418c Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Sun, 15 Jun 2008 02:48:21 +0000 Subject: [PATCH] This still mentioned asynchat, updated now that we're using Twisted. --- ABOUT | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ABOUT b/ABOUT index 48c5f6f12..79c9764cf 100755 --- a/ABOUT +++ b/ABOUT @@ -32,13 +32,12 @@ containing the SQL information. How it all Works ---------------- Python (Including the SQL driver of your choice) - |-asynchat (included with Python2) + |-Twisted (http://twistedmatrix.com) |-SQL (MySQL, SQLite, Postgresql) |-Django (http://djangoproject.com) -Evennia is built on top of asynchat, an asynchronous TCP conversation/chat -library. This makes the actual socket/connection handling an absolute -no-brainer. +Evennia is built on top of Twisted, a networking engine that handles a lot +of the guts and lower-level socket stuff for us. Serving as our storage medium, SQL is one of the more important and unique features of the codebase. It allows for very simple code in many cases, and