mirror of
https://github.com/estkme-group/lpac
synced 2025-10-06 01:50:31 +02:00
13 lines
421 B
Markdown
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"
|