TS3 is the Netsnek e.U. TypeScript server-side framework. Build HTTP servers with minimal boilerplate: scaffolding, middleware composition, request validation, and structured logging are built in.
| Script | Option | Action |
|---|---|---|
| -------- | -------- | -------- |
| server-init.sh | --routes | Generate route handlers |
| server-init.sh | --health | Add health check endpoint |
| server-init.sh | --describe | Describe server structure |
# Bootstrap a server with routes
./scripts/server-init.sh --routes
# Add health endpoint
./scripts/server-init.sh --health
# Inspect layout
./scripts/server-init.sh --describe
共 1 个版本