mirror of
https://github.com/soheilhy/cmux.git
synced 2024-11-10 03:31:52 +08:00
Nit in README
This commit is contained in:
parent
084f5e19e6
commit
69469eaa1c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
cmux is a generic Go library to multiplex connections based on
|
cmux is a generic Go library to multiplex connections based on
|
||||||
their payload. Using cmux, you can serve gRPC, HTTP, and Go RPC
|
their payload. Using cmux, you can serve gRPC, HTTP, and Go RPC
|
||||||
on the same TCP listener to avoid having to use one port per
|
on the same TCP listener to avoid using one port per
|
||||||
protocol.
|
protocol.
|
||||||
|
|
||||||
## How-To
|
## How-To
|
||||||
|
Loading…
Reference in New Issue
Block a user