mirror of
https://github.com/soheilhy/cmux.git
synced 2026-08-09 16:17:59 +08:00
Use a custom buffer intead of buffers from bytes
This commit implements a new buffer that eliminates a few copies.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# cmux: Connection Mux  [](http://godoc.org/github.com/soheilhy/cmux)
|
||||
|
||||
cmux is a generic Go library to multiplex connections based on
|
||||
their payload. Using cmux, you can serve gRPC, HTTP, and Go RPC
|
||||
on the same TCP listener to avoid using one port per
|
||||
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.
|
||||
|
||||
## How-To
|
||||
|
||||
Reference in New Issue
Block a user