fstream/modules/main.mods

9 lines
420 B
Plaintext

settings.py # User settings
helpers.py # Helper functions
events.py # Event/event handler implementation
exceptions.py # Handle exceptions, close connections
servers.py # Create sockets, optionally with SSL/TLS
connlimit.py # Optional: Limit the amount of connections made by one IP
clients.py # Create and remove client sessions and connections
#http/main.mods # HTTP server
fstream/main.mods # Media stream server