From 6adcbf84afc6b49fc3afec6ec6fab744b7d8cf02 Mon Sep 17 00:00:00 2001 From: Mat Trudel Date: Mon, 6 Jan 2025 10:41:07 -0500 Subject: [PATCH] Add note about Phoenix to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a70eede8..03ecc690 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Bandit is an HTTP server for Plug and WebSock apps. Bandit is written entirely in Elixir and is built atop [Thousand Island](https://github.com/mtrudel/thousand_island). It can serve HTTP/1.x, HTTP/2 and WebSocket clients over both HTTP and HTTPS. It is written with -correctness, clarity & performance as fundamental goals. +correctness, clarity & performance as fundamental goals. It is the default HTTP +server for [Phoenix](https://github.com/phoenixframework/phoenix) since release 1.7.11 of the framework. In [ongoing automated performance tests](https://github.com/mtrudel/bandit/actions/workflows/manual_benchmark.yml),