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",