Added 'nodem' package (#1879)

* Added 'nodes' package

* Update packages.json

* Update packages.json
This commit is contained in:
Alex Craft 2021-04-23 01:33:12 +03:00 committed by GitHub
parent 9d67b4690f
commit e31fa477fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22289,5 +22289,22 @@
"description": "Nim wrapper of libxgboost",
"license": "MIT",
"web": "https://github.com/jackhftang/xgboost.nim"
},
{
"name": "nodem",
"url": "https://github.com/al6x/nim?subdir=nodem",
"method": "git",
"tags": [
"net",
"network",
"rpc",
"messaging",
"distributed",
"tcp",
"http"
],
"description": "Call remote Nim functions as if it's local",
"license": "MIT",
"web": "https://github.com/al6x/nim/tree/main/nodem"
}
]