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

https://github.com/badsyntax/zookeeper-example

An example zooker project
https://github.com/badsyntax/zookeeper-example

Last synced: 10 months ago
JSON representation

An example zooker project

Awesome Lists containing this project

README

          

# Overview

This example project will build a zookeeper and node service. The node service will consume data from the zookeeper service.

## Getting started

Start the services:

```
make start
```

Now run the `consume.js` example:

```
make consume
```

This will run the `consume.js` script in the context of the node service.