Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed Nov 6, 2023
1 parent 59a4f4e commit 364646b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tonic gRPC and Axum HTTP/1.1+2 co-hosting in Rust

An attempt at hosting HTTP/1.1, HTTP/2 and gRPC on the same port(s).
A project showcasing how to host HTTP/1.1, HTTP/2 and gRPC on the same port(s) and via Unix Domain Sockets.

Multiple Hyper servers are spawned on different endpoints to showcase the use of binding to different IP addresses
and ports while reusing the same server components. A Hyper service is used to switch the incoming traffic based on the
Expand Down

0 comments on commit 364646b

Please sign in to comment.