mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 18:51:04 +02:00
docs(ipc): add link to luajit library
This commit is contained in:
parent
c09bec2d2b
commit
3d949874de
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,12 @@ Commands and responses are sent as JSON objects, denoted by their `type` key.
|
||||||
The message buffer is currently limited to `1024` bytes.
|
The message buffer is currently limited to `1024` bytes.
|
||||||
Particularly large messages will be truncated or cause an error.
|
Particularly large messages will be truncated or cause an error.
|
||||||
|
|
||||||
|
The full spec can be found below.
|
||||||
|
|
||||||
|
## Libraries
|
||||||
|
|
||||||
|
- [Luajit](https://github.com/A-Cloud-Ninja/ironbar-ipc-luajit) - Maintained by [@A-Cloud-Ninja](https://github.com/A-Cloud-Ninja)
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
### `ping`
|
### `ping`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue