An open API service indexing awesome lists of open source software.

https://github.com/zstone12/zookeeper-demo


https://github.com/zstone12/zookeeper-demo

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

## how to use?
1. get zookeeper
```shell
make
```
2. run zookeeper
```shell
cd zookeeper/bin/
./zkServer.sh start
```
3. run demo
```shell
go run example/server/main.go
go run example/client/main.go
```