socketplate

Modules

address
module socketplate.address

Parsing of all kind of socket addresses

app
module socketplate.app

socketplate – “app entry point” helper module

connection
module socketplate.connection

Socket connection

log
module socketplate.log

Logging

privdrop
module socketplate.privdrop

Privilege dropping

server
module socketplate.server

socketplate server

signal
module socketplate.signal

Signal handling

Public Imports

socketplate.app
public import socketplate.app;
Undocumented in source.

Detailed Description

Developer manual

Want to build your own app using socketplate?

See socketplate.app and have fun!

Maintainer manual

Want to work on socketplate or build your own socket server?

See socketplate.server, thanks!

Meta