edfd8fecc4
Twisted Core is an asynchronous event loop and associated utilities, supporting TCP, UDP, multicast, SSL/TLS, serial communication and more. It is used by most of the servers, clients and protocols that are part of other Twisted projects. With help from Eric Faurot <eric.faurot@gmail.com> and sturm@
7 lines
409 B
Plaintext
7 lines
409 B
Plaintext
Twisted News provides a very basic NNTP server, as well as an NNTP
|
|
client protocol implementation. Two messages storage systems are
|
|
supported: the DB-API 2.0 backend stores and indexes messages in any
|
|
compatible SQL database; the Twisted dirdbm backend uses serialized
|
|
Python objects stored directly on the filesystem for message storage.
|
|
Twisted News also has very rudamentary support for moderated groups.
|