Skip to content

artback/grpc_http_fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fizzbuzz in golang, grpc and grpc-gateway

This is an implementation of fizzbuzz using protobuf for code generation.

It uses grpc and grpc-gateway for REST.

How to use

Build

go build -o bin/fizzbuzz cmd/main.go

Run

bin/fizzbuzz -http-host <HTTP_ADDRESS>

go run ./cmd/main.go -http-host <HTTP_ADDRESS>

there are 3 endpoints:

Swagger for documentation

/swagger

User statistics

/stats

fizzbuzz

/fizzbuzz

About

An implemention of fizzbuzz using go,grpc and grpc-gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages