Add netpipe library. (#1022)

Netpipe is a reliable UDP connection for Nim.
This commit is contained in:
treeform 2019-03-02 12:04:47 -08:00 committed by Miran
parent 9ff4c3e167
commit 1386f97f72

View File

@ -12766,5 +12766,17 @@
"description": "Simple vector library for nim-lang.",
"license": "GNU Lesser General Public License v2.1",
"web": "https://github.com/Ephiiz/simple_vector"
},
{
"name": "netpipe",
"url": "https://github.com/treeform/netpipe/",
"method": "git",
"tags": [
"networking",
"udp"
],
"description": "Netpipe is a reliable UDP connection for Nim.",
"license": "MIT",
"web": "https://github.com/treeform/netpipe/"
}
]