blob: 5f44079ac4be4345ca4cec49e7b21081366a5daf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
From the Twisted Philosophy FAQ:
Twisted is a project that is basically an abstract Python networking
library. It contains a low-level (but high-level) networking infrastructure
(twisted.internet), a Remote Object Thingy[TM] (twisted.spread.pb), a web
server (twisted.web), and a multi/single-player interactive fiction engine
(twisted.reality), amongst many other things.
From the (more lucid?) README:
Twisted is an event-based framework for internet applications. It includes
a web server, a telnet server, a multiplayer RPG engine, a generic client
and server for remote object access, and APIs for creating new protocols.
Twisted is based on an unconventional and somewhat Twisted design philosphy:
http://twistedmatrix.com/page.epy/twistedphil.html
WWW: http://twistedmatrix.com/
-- Johann Visagie <wjv@FreeBSD.org>
|