#html-templating #html #web

yanked neutral-ipc

IPC server for the Neutral TS template engine

1 stable release

new 1.0.2 Feb 11, 2025

#18 in #html-templating

Apache-2.0

1MB
537 lines

Contains (debian package, 1MB) neutral-ipc_1.0.1-1_amd64.deb

Neutral IPC

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

IPC Server

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.

IPC Client

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.

more info

Dependencies

~13–22MB
~282K SLoC