Skip to content

iredelmeier/grpc-http-shared-port

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-http-shared-port

Demo of grpc.Server#ServeHTTP

This is a small demo of grpc.Server#ServeHTTP, which allows you to run a gRPC and non-gRPC HTTP server on the same port.

Installation

go get github.com/iredelmeier/grpc-http-shared-port

With TLS

go run h2/main.go

With TLS

go run h2c/main.go

About

Demo of `grpc.Server#ServeHTTP`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages