Added package websocket

This commit is contained in:
niv 2016-04-14 20:26:28 +02:00
parent 5f26eee032
commit 261d2c3538

View File

@ -4586,5 +4586,20 @@
"description": "A simple progress bar for Nim.", "description": "A simple progress bar for Nim.",
"license": "BSD", "license": "BSD",
"web": "https://github.com/euantorano/progress.nim" "web": "https://github.com/euantorano/progress.nim"
},
{
"name": "websocket",
"url": "https://github.com/niv/websocket.nim",
"method": "git",
"tags": [
"http",
"websockets",
"async",
"client",
"server"
],
"description": "websockets for nim",
"license": "MIT",
"web": "https://github.com/niv/websocket.nim"
} }
] ]