This repository contains implementations of the Geiger API protocol providing local-only communication between Geiger plugins.
There are several implementations in different languages:
Language | Name | Notes | Source | Example |
---|---|---|---|---|
Dart | geiger_api |
Reference implementation | dart/geiger_api/ |
dart/geiger_api/example |
Java | GeigerApiPluginConnector |
Client-only | java/GeigerApiPluginConnector/ |
java/ClientExample/ |