uxp-photoshop-plugin-samples
uxp-photoshop-plugin-samples copied to clipboard
A sample using native code that communicates with a plugin via websocket
Create a sample in the language of your choice (python, Go, pHp) that communicates with a plugin via websockets.
- Note: Plugins can be websocket clients, but cannot be servers.
- Check out the NodeJS sample for an example of this (I'm not sure where this is cc: @kerrishotts)
Example ideas:
- Communicate with Blender to update textures
- Use a Photoshop layer to trigger an Arduino to interact with the physical world (like turning on an actual blender)
Hi @ErinFinnegan can you assign this to me? I want to try to make some fastapi (python) plugin which are often used for websockets project in python on this issue