prologue

Prologue

Specific best practices and architectural patterns when working with Prologue.

Details

Language / Topic
nimNim
Category
framework

Rules

balanced
- Create asynchronous handlers completely explicitly attaching `{.async.}` pragmas cleanly across handler definitions.
- Route endpoints cleanly adding URLs cleanly pushing into explicit `app.addRoute()` native configurations.
- Secure backend frameworks natively applying global CORS configurations evaluating explicitly within the setup application phase.
- Process HTML endpoints natively evaluating `ctx.html()` completely distinctly parsing Nim templates immediately.