Skip to content

Commit

Permalink
Fix doc format
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Aug 31, 2024
1 parent 27aa88f commit 98b8563
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions docs/integrations/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# integrations
---
title: Integrations
---

WIP:
# 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](//django.md) || ✅ (with Async view) | ❌ (use Channels for websockets) | ✅ (From Django 4.2) |||
| [starlette](//starlette.md) |||||||
| [aiohttp](//aiohttp.md) |||||||
| [flask](//flask.md) |||||||
| [channels](//channels.md) |||||||
| [fastapi](//fastapi.md) |||||||
| [django](./django.md) || ✅ (with Async view) | ❌ (use Channels for websockets) | ✅ (From Django 4.2) |||
| [starlette](./starlette.md) |||||||
| [aiohttp](./aiohttp.md) |||||||
| [flask](./flask.md) |||||||
| [channels](./channels.md) |||||||
| [fastapi](./fastapi.md) |||||||

0 comments on commit 98b8563

Please sign in to comment.