Skip to content

ottenwbe/go-distributed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-distributed

Build Status

Go implementations of distributed paradigms and algorithms.

What paradigms/algorithms are implemented?

  • client / server

Develop

Get this repo

git clone https://github.com/ottenwbe/go-distributed.git

Structure

.
├── client-server   // client server demo
├── go.mod          
├── go.sum
├── LICENSE         // MIT
├── Makefile
├── README.md       // this
└── vendor          // all vendored files

Build

go build -o clientServer client-server/*.go 

Test

We use ginkgo for testing.

go get -u github.com/onsi/ginkgo/ginkgo  
go get -u github.com/onsi/gomega/...     
cd client-server
ginkgo

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages