Www.cornelson/webcodes
| Module | Responsibility | Key APIs | |--------|----------------|----------| | | Declarative routing, versioning, canary releases | router.define(path, handler, method, version, middleware) | | Auth | JWT, OIDC, SSO integration, role‑based access control (RBAC) | auth.protect(scopes) , auth.login(provider) | | Data | Type‑safe ORM (Prisma‑based) with migrations | data.model('User') , data.transaction(fn) | | Cache | Redis wrapper with stale‑while‑revalidate support | cache.get(key) , cache.set(key, ttl) | | Telemetry | OpenTelemetry instrumentation, custom metrics | telemetry.record(metric, value) | | CLI | Project generation, scaffolding, linting, test runner | webcodes new project , webcodes test |
Educators can use specific webcodes to access solutions, templates, and teaching guides restricted to instructional use. www.cornelson/webcodes
April 2026