From c594d7e401e3885962258d8aace7a1f28616ae82 Mon Sep 17 00:00:00 2001 From: Joel Lienhard <71709264+choltreppe@users.noreply.github.com> Date: Fri, 14 Jul 2023 02:52:08 +0200 Subject: [PATCH] add polyrpc (#2645) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 4997aa7..bacd089 100644 --- a/packages.json +++ b/packages.json @@ -184,6 +184,17 @@ "description": "binary de-/serialization that works on js, c and VM (compiletime)", "license": "MIT" }, + { + "name": "polyrpc", + "url": "https://github.com/choltreppe/polyrpc", + "method": "git", + "tags": [ + "rpc", + "remote procedure call" + ], + "description": "A system for generating remote-procedure-calls for any pair of server and client", + "license": "MIT" + }, { "name": "geolocation", "url": "https://github.com/HazeCS/geolocation",