lpac/docs/backends/stdio.md
septs b1499c39f9
refactor(docs): fully write env vars partial (#330)
Co-authored-by: Coelacanthus <uwu@coelacanthus.name>
2025-09-20 23:50:32 +08:00

13 lines
421 B
Markdown

# Standard I/O Backend
The backend uses standard input and output for communication.
Provides an easy way to integrate programs.
The protocol use [ndJSON] format in stdio communication.
JSON structure definition see [stdio-schema.json](stdio-schema.json), which is based on [JSON Schema].
[ndJSON]: https://github.com/ndjson/ndjson-spec "Newline delimited JSON"
[JSON Schema]: https://json-schema.org "JSON Schema"