bricks/examples/websocket.ui

9 lines
136 B
Plaintext
Raw Normal View History

2024-04-25 18:08:32 +08:00
{
"widgettype":"WebSocket",
"options":{
"width":"100%",
"height":"100%",
2024-04-28 11:18:17 +08:00
"ws_url":"ws://localhost/bricks/examples/echo.ws"
2024-04-25 18:08:32 +08:00
}
}