Integration
Strawberry can be used with a variety of web frameworks and libraries. Here is a list of the integrations along with the features they support.
Note, this table is not up to date, and this page shouldnโt be linked anywhere (yet).
| name | Supports sync | Supports async | Supports subscriptions via websockets | Supports subscriptions via multipart HTTP | Supports file uploads | Supports batch queries |
|---|---|---|---|---|---|---|
| django | โ | โ (with Async view) | โ (use Channels for websockets) | โ | โ | โ |
| starlette | โ | โ | โ | โ | โ | โ |
| aiohttp | โ | โ | โ | โ | โ | โ |
| flask | โ | โ | โ | โ | โ | โ |
| channels | โ | โ | โ | โ | โ | โ |
| fastapi | โ | โ | โ | โ | โ | โ |