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
51556c6df5
commit
a6c45318a5
@ -2,8 +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, SSH, HTTPS, HTTP,
|
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
|
Go RPC, and pretty much any other protocol on the same TCP listener.
|
||||||
protocol.
|
|
||||||
|
|
||||||
## How-To
|
## How-To
|
||||||
Simply create your main listener, create a cmux for that listener,
|
Simply create your main listener, create a cmux for that listener,
|
||||||
|
Loading…
Reference in New Issue
Block a user