Skip to content

Commit c79430d

Browse files
authored
Small README cleanups (#265)
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
1 parent 2cbb8f7 commit c79430d

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff 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+
235237
For 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

241242
For 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

0 commit comments

Comments
 (0)