mirror of
https://github.com/soheilhy/cmux.git
synced 2025-01-18 18:56:26 +08:00
Nit in README
This commit is contained in:
parent
51556c6df5
commit
a6c45318a5
@ -2,8 +2,7 @@
|
||||
|
||||
cmux is a generic Go library to multiplex connections based on
|
||||
their payload. Using cmux, you can serve gRPC, SSH, HTTPS, HTTP,
|
||||
and Go RPC on the same TCP listener to avoid using one port per
|
||||
protocol.
|
||||
Go RPC, and pretty much any other protocol on the same TCP listener.
|
||||
|
||||
## How-To
|
||||
Simply create your main listener, create a cmux for that listener,
|
||||
|
Loading…
Reference in New Issue
Block a user