flano-yuki / golang-alpn-example

An example showing ALPN to allow multiplexing a single TLS listener/http.Server between different protocols

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golang-alpn-example

This is an example of using the NPN/ALPN support in Go's TLS and HTTP libraries to allow a single TLS listener and http.Server to handle both HTTP/2 and arbitrary protocol clients on the same port. See the code for more detailed comments.

About

An example showing ALPN to allow multiplexing a single TLS listener/http.Server between different protocols


Languages

Language:Go 100.0%