uxp-photoshop-plugin-samples icon indicating copy to clipboard operation
uxp-photoshop-plugin-samples copied to clipboard

A sample using native code that communicates with a plugin via websocket

Open ErinFinnegan opened this issue 3 years ago • 1 comments

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)

ErinFinnegan avatar Oct 15 '21 21:10 ErinFinnegan

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

sanggusti avatar Oct 18 '21 14:10 sanggusti