2
0
mirror of https://github.com/soheilhy/cmux.git synced 2024-09-19 18:45:48 +08:00

Nit in README

This commit is contained in:
Soheil Hassas Yeganeh 2015-08-01 12:44:34 -04:00
parent 51556c6df5
commit a6c45318a5

View File

@ -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,