Skip to content

fizx/grpc-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRPC Viewer

Allows you to play with your GRPC-Go service by sending Canonical JSON-formatted requests to the same host:port as your GRPC servicee. It simply listens for HTTP 1.1 & GET requests, while forwarding HTTP/2 POSTs to GRPC as expected.

Usage

Try it out by cloning the repo and running make example, then browsing to :9090.

To use in your own code, simply:

import grpcviewer "github.com/fizx/grpc-viewer"
grpcServer := grpcviewer.NewServer() // instead of grpc.NewServer()

Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published