![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | db/ | 2025-03-12 08:59 | - | |
![]() | eejs/ | 2025-03-12 08:59 | - | |
![]() | handler/ | 2025-03-12 08:59 | - | |
![]() | hooks/ | 2025-03-12 08:59 | - | |
![]() | security/ | 2025-03-12 08:59 | - | |
![]() | types/ | 2025-03-12 08:59 | - | |
![]() | utils/ | 2025-03-12 08:59 | - | |
![]() | stats.ts | 2025-03-12 08:59 | 203 | |
![]() | README.md | 2025-03-12 08:59 | 401 | |
![]() | padaccess.ts | 2025-03-12 08:59 | 650 | |
![]() | server.ts | 2025-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