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
/
ndutDb
/
schema
/
store.json
19 lines
•
358 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"dataSource"
:
"memory"
,
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"length"
:
50
,
"id"
:
true
}
,
"teamId"
:
{
"type"
:
"String"
,
"length"
:
20
,
"index"
:
true
}
,
"status"
:
{
"type"
:
"String"
}
}
,
"feature"
:
[
"createdAt"
,
"updatedAt"
,
"ndutSiteSiteId"
,
"ndutAuthUserId"
]
}