From 02a13c8f154b23687303494df9b7bacb25a11af0 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Sun, 30 Apr 2023 02:52:00 +0300 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d9335d2..8f32d4b 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Linux: `ln -s /path/to/frontend/build /path/to/backend/files/build` Windows (admin cmd) `mklink /D C:\Path\To\Backend\files\build C:\Path\To\Frontend\build` ## Src directory structure +
 /controller: Main controller, takes care of sharding and the shard life-cycles. Also instantiates the master process  
     /commands: Commands you can issue to the controller  
 /server: Code running on the shards, most of the functionality lives here  
@@ -49,6 +50,7 @@ Windows (admin cmd) `mklink /D C:\Path\To\Backend\files\build C:\Path\To\Fronten
     /structures: Abstractions for various API entities, e.g. user & role  
 /util: Shared utility functionality & misc stuff  
     /errors: Error classes  
+
## TODO - Dependency injection for structures, such as User.