mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 14:06:41 +01:00
Guided Code Tour
This is a series of README.md files aimed at directing people around the codebase based on what they want to know/change. Best viewed on the GitHub website.
- To explore the server code navigate to Tgstation.Server.Host.
- To explore the DreamMaker public API navigate to DMAPI/tgs.dm.
- To explore the DMAPI internals, navigate to DMAPI/tgs.
- To explore the HTTP API definitions navigate to Tgstation.Server.Api.
- To explore the C# client code navigate to Tgstation.Server.Client.
Tgstation.Server.Host.Watchdog, Tgstation.Server.Host.Service, and Tgstation.Server.Host.Console are related to the Service/Console runners which have the simple task of executing Tgstation.Server.Host and updating it when requested.