yao/tests/apis/chat.ws.json
2022-03-04 21:43:19 +08:00

11 lines
332 B
JSON

{
"name": "A Chat WebSocket server",
"description": "A Chat WebSocket serverr",
"version": "0.9.2",
"protocols": ["yao-chat-01"],
"guard": "bearer-jwt",
"buffer": { "read": 1024, "write": 1024 },
"limit": { "read-wait": 10, "pong-wait": 20, "max-message": 1024 },
"timeout": 5,
"process": "flows.websocket.chat"
}