File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,23 +228,24 @@ python -m example.eliza_client
228228
229229- ✅ Connect Protocol over HTTP/1.1 and HTTP/2
230230- ✅ gRPC Protocol support
231- - 🚧 gRPC-Web Protocol support is not available
231+ - ✅ gRPC-Web Protocol support
232232
233233# # Server Runtime Options
234234
235+ We verify the following servers with ConnectRPC's conformance suite.
236+
235237For ASGI servers :
236238
237- - [Uvicorn](https://www.uvicorn.org/) - Lightning-fast ASGI server
238- - [Daphne](https://github.com/django/daphne) - Django Channels' ASGI server with HTTP/2 support
239- - [Hypercorn](https://gitlab.com/pgjones/hypercorn) - ASGI server with HTTP/2 and HTTP/3 support
239+ - [pyvoy](https://pyvoy.dev) - Fully-featured ASGI server, enables all of Connect-Python's features
240+ - [Uvicorn](https://www.uvicorn.org/) - Lightning-fast ASGI server for HTTP/1
240241
241242For WSGI servers :
242243
243- - [Gunicorn](https://gunicorn.org/) - Python WSGI HTTP Server
244- - [uWSGI](https://uwsgi-docs.readthedocs.io/) - Full-featured application server
245- - Any WSGI-compliant server
244+ - [pyvoy](https://pyvoy.dev) - Fully-featured WSGI server, enables all of Connect-Python's features
245+ - [Gunicorn](https://gunicorn.org/) - Python WSGI HTTP Server for HTTP/1
246246
247- For testing, you'll need the [buf CLI](https://buf.build/docs/installation) for running conformance tests.
247+ Other ASGI and WSGI servers should also generally work though we have found some issues with flakiness
248+ with our conformance tests. If you don't have any preference, we recommend one of the above servers.
248249
249250# # WSGI Support
250251
You can’t perform that action at this time.
0 commit comments