Skip to content

jeanbza/git-go-scalability-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-go-scalability-talk

Installation

  1. Install protoc to compile protobufs

  2. Install deps

    go get -u github.com/golang/protobuf/{proto,protoc-gen-go}
    go get github.com/gorilla/websocket
    go get golang.org/x/net/context
    go get google.golang.org/grpc
    
  3. (optional) Regenerate protobuf clients+models protoc application/model/*.proto --go_out=plugins=grpc:.

Running benchmarks

  1. go test ./... -bench .

About

Go scalability talk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages