Skip to content

Commit 45e5a09

Browse files
committed
Add vix.json for @vix/websocket module (header-and-source)
1 parent cfea09a commit 45e5a09

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

vix.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "websocket",
3+
"namespace": "vix",
4+
"version": "0.1.0",
5+
"type": "header-and-source",
6+
"include": "include",
7+
"src": "src",
8+
"license": "MIT",
9+
"description": "WebSocket runtime and utilities for Vix.cpp: client/server, long-polling, message store, metrics, session and router handling.",
10+
"keywords": [
11+
"cpp",
12+
"vix",
13+
"websocket",
14+
"client",
15+
"server",
16+
"long-polling",
17+
"message-store",
18+
"metrics",
19+
"router",
20+
"session"
21+
],
22+
"repository": "https://github.com/vixcpp/websocket",
23+
"authors": [
24+
{
25+
"name": "Gaspard Kirira",
26+
"github": "Gaspardkirira"
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)