[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]db/2025-03-12 08:59 -  
[DIR]eejs/2025-03-12 08:59 -  
[DIR]handler/2025-03-12 08:59 -  
[DIR]hooks/2025-03-12 08:59 -  
[DIR]security/2025-03-12 08:59 -  
[DIR]types/2025-03-12 08:59 -  
[DIR]utils/2025-03-12 08:59 -  
[TXT]stats.ts2025-03-12 08:59 203  
[TXT]README.md2025-03-12 08:59 401  
[TXT]padaccess.ts2025-03-12 08:59 650  
[TXT]server.ts2025-03-12 08:59 11K 
# About the folder structure

* **db** - all modules that are accessing the data structure and are communicating directly to the database
* **handler** - all modules that respond directly to requests/messages of the browser
* **utils** - helper modules

# Module name conventions

Module file names start with a capital letter and uses camelCase

# Where does it start?

server.ts is started directly