mirror of
https://github.com/soheilhy/cmux.git
synced 2026-08-04 09:34:22 +08:00
Nit in README
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user