Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Design

This section covers Torc’s internal design and implementation details. These topics are intended for developers who want to understand how Torc works internally, contribute to the project, or debug complex issues.

Contents

  • Server API Handler - Multi-threaded async web service architecture and key endpoints
  • Central Database - SQLite schema, concurrency model, and coordination mechanisms
  • Web Dashboard - Browser-based UI gateway architecture and CLI integration

For user-facing concepts and guides, see the other Explanation chapters.