Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 915 Bytes

module.md

File metadata and controls

15 lines (8 loc) · 915 Bytes

Module

Stores modules used across various files.

Server Modules

These are modules stored in /src/lib/module/server. Refer to the server module documentation.

Requestor

These are objects named ~~Requestor. They are mainly found in ~~.client.ts files. These objects contain methods responsible for making HTTP requests to the server. These methods should be defined using the defineRequestHandler function from the @yowza/rrequestor library.

DB Controller

These are objects named ~~DBController. They are mainly found in ~~.server.ts files. These objects contain methods responsible for making requests to the MySQL database from the server. These methods should be defined using the defineDBHandler function from the @yowza/db-handler library.