UNPKG
ndut-socket-io
Version:
latest (0.7.3)
0.7.3
0.7.2
0.7.1
0.7.0
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
Socket IO for Ndut Framework
github.com/ardhi/ndut-socket-io
ardhi/ndut-socket-io
ndut-socket-io
/
ndut
/
config.json
13 lines
(12 loc)
•
258 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"ndut-socket-io"
,
"alias"
:
"sio"
,
"prefix"
:
"sio"
,
"cors"
:
{
"origin"
:
"*"
,
"methods"
:
"GET,HEAD,PUT,PATCH,POST,DELETE"
,
"preflightContinue"
:
false
,
"optionsSuccessStatus"
:
204
}
,
"dependency"
:
[
"ndut-db"
]
}