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

https://github.com/bazelbuild/bazel-worker-api

Bazel's Persistent Worker API
https://github.com/bazelbuild/bazel-worker-api

Last synced: about 1 year ago
JSON representation

Bazel's Persistent Worker API

Awesome Lists containing this project

README

          

# Bazel Persistent Worker API

This repository contains the code for Bazel's [Persistent Worker](https://bazel.build/remote/persistent) API.

There are two Bazel modules in this repository:

* [**proto**](https://github.com/bazelbuild/bazel-worker-api/tree/main/proto): contains the bare protocol buffers for the worker API.
* [**java**](https://github.com/bazelbuild/bazel-worker-api/tree/main/java): contains a simple Java wrapper library.