| Crates.io | neutral-ipc |
| lib.rs | neutral-ipc |
| version | 1.0.2 |
| created_at | 2025-02-11 11:29:28.670572+00 |
| updated_at | 2025-02-11 17:40:13.806474+00 |
| description | IPC server for the Neutral TS template engine |
| homepage | https://gitlab.com/neutralfw |
| repository | https://gitlab.com/neutralfw/ipc |
| max_upload_size | |
| id | 1551298 |
| size | 1,051,573 |
A server and different clients for different programming languages are provided for Neutral TS
This Rust utility is under development, for IPC server, download it from here: Neutral IPC server and clients
Currently the IPC server is under development, you can use it but you must take into account that the stable version could present incompatibilities, for example in the configuration.
For a peronalized configuration modify neutral-ipc-cfg.json and put it in the /etc directory, this is the default configuration:
{
"host": "127.0.0.1",
"port": "4273"
}
No binary is provided at this time, navigate to the ipc directory and:
cargo run --release
You can place the generated binary wherever you want.
There are different clients, it is implemented as a class, place it and act according to your framework and programming language.
It is accompanied by a class with the configuration that you can change according to the configuration of your IPC server.