Skip to content

A simple example of using GoLang with GRPC and GRPC Gateway to create a RESTful API that connects to MySql.

Notifications You must be signed in to change notification settings

alphamu/GPRC-Gateway-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPRC-Gateway-Example

Requirements

  • Golang 1.10 brew install go or install
  • dep brew install dep or install
  • GRPC go get google.golang.org/grpc
  • protobuf 2.3.1 brew install protobuf or look here
  • MySql configure your connection under config/Config.go

Run

make all
make run

About

A simple example of using GoLang with GRPC and GRPC Gateway to create a RESTful API that connects to MySql.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published