An incidentally created Tcl based application server
The documentation is being organized as a MkDocs site. From the repository root, install MkDocs and run:
mkdocs serveThe manual skeleton starts at doc/manual/index.md.
The older topic documents used to seed TclWire's runtime document root are
kept under runtime-doc/:
- Worker Request API: worker-facing HTTP request and response API.
- Application Configuration: immutable application descriptor object and serialization envelope.
- Configuration Tree: structured ASCII rendering for configuration dictionaries and envelopes.
- Console: Unix-domain inspection and control socket,
including
PS,CONN,LOGROTATE, andSHUT. - Inter-Thread Communication: current thread roles and message-passing pathways.
- Request Body Handling: current request-body buffering behavior and future body-mode constraints.
- Agent Communication Data Structures: dictionaries and event structures exchanged among current agents.
- Chores: scheduler-owned periodic maintenance tasks, server/application chore registration, and implementation examples.
- Reimplementation TODO: migration status and remaining gaps.