add polyrpc (#2645)

This commit is contained in:
Joel Lienhard 2023-07-14 02:52:08 +02:00 committed by GitHub
parent da4bff5529
commit c594d7e401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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