Complete, runnable examples for REST APIs, WebSocket chat, file uploads, and auth flows.
Complete, runnable examples for common Street Framework use cases.
| Example | Description |
|---|---|
| REST API | CRUD endpoints with PostgreSQL, pagination, OpenAPI |
| WebSocket Chat | Real-time chat with rooms and JWT auth |
| File Upload | Streaming multipart upload with validation |
| User API | Full user management with auth, roles, sessions |
| Streaming Query | Stream large PostgreSQL result sets row-by-row |
All examples assume you have run street create my-app and have a working Street project.