F2F server
From Friend2Friend Wiki
F2F server is the top level class of F2F project, which supports a set of F2F soft-systems. These share the same hard code, but are otherwise independent:
- Logically, they may be as unrelated as multiple websites that happen to share a single webhost.
- Physically, each is run by its own processes.
Although it runs on top of a webserver, the F2F server offers an analagous function - it manages communication and cryptography, routing incoming requests and handling outgoing connections.