Add netpipe library. (#1022)
Netpipe is a reliable UDP connection for Nim.
This commit is contained in:
parent
9ff4c3e167
commit
1386f97f72
1 changed files with 12 additions and 0 deletions
|
|
@ -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/"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue