ayon-core/pype/modules/websocket_server/test_client
petr.kalis 5df2c32614 WIP POC imlementation of Websocket Json RPC server
Includes two testing clients

Requires:
- adding wsrpc-aiohttp==3.0.1 to pypeapp/requirements.txt

- adding code to \pype-config\presets\tray\menu_items.json
, {
            "title": "Websocket Server",
            "type": "module",
            "import_path": "pype.modules.websocket_server",
            "fromlist": ["pype","modules"]
        }
2020-07-03 17:16:26 +02:00
..
wsrpc_client.html WIP POC imlementation of Websocket Json RPC server 2020-07-03 17:16:26 +02:00
wsrpc_client.py WIP POC imlementation of Websocket Json RPC server 2020-07-03 17:16:26 +02:00