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
- Host: GitHub
- URL: https://github.com/bazelbuild/bazel-worker-api
- Owner: bazelbuild
- License: apache-2.0
- Created: 2024-07-15T23:14:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T20:40:09.000Z (over 1 year ago)
- Last Synced: 2024-10-28T21:31:31.616Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 36.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.