@opendj/backend
v0.6.2
Published
Hono routes and services for OpenDJ, runnable from Node and Cloudflare Workers.
Readme
@opendj/backend
Hono-based route tree, services, and an explicit dependency graph (deps.ts) usable from both Node and Cloudflare Workers.
Contents (planned — see docs/agent-brief.md §"Backend package directory structure"):
app.ts— Hono app factorydeps.ts— explicit dependency graph (no decorator DI)auth/—AuthService,ClaimsService,PasswordService, auth provider registry, middlewareabuse/— abuse signal capture, risk scoring, rate limiting, middlewareproviders/streaming/—StreamingRouter,providerRegistry, Spotify / Soundtrack / Apple Music adaptersservices/—GuestIdentityService,SlotManager,QueueService,SessionServiceroutes/— auth, sessions, queue, guest, moderation, provider, lyrics, realtime upgrade, health
Routes versioned under /api/v1. Future breaking changes go to /api/v2 rather than mutating in place.
