libsearpc

Simple C language RPC framework

Version

3.1-1
(2025-06-21)

Size

49.3

KiB

Repository

HaikuPorts
x86_64
Searpc is a simple C language RPC framework based on GObject system.

Searpc handles the serialization/deserialization part of RPC, the transport part is left to users.

The serialization/deserialization uses JSON format via json-glib library. A serialized json object is returned from server to client after executing the RPC function.