ayon-core/openpype/tools/adobe_webserver
2022-04-14 12:32:24 +02:00
..
app.py replaced avalon imports in tools 2022-04-14 12:32:24 +02:00
readme.txt OP-2815 - copied webserver tool for AE from avalon to openpype 2022-03-11 14:27:17 +01:00

Adobe webserver
---------------
Aiohttp (Asyncio) based websocket server used for communication with host
applications, currently only for Adobe (but could be used for any non python
DCC which has websocket client).

This webserver is started in spawned Python process that opens DCC during
its launch, waits for connection from DCC and handles communication going
forward. Server is closed before Python process is killed.

(Different from `openpype/modules/webserver` as that one is running in Tray,
this one is running in spawn Python process.)