hey,
is there a way to connect to photoshop (and control it remotely) using javascript socket?
in the sdk there some samples for connectig with java and android and i wonder if it possible to do the same thing using javascript.
thanks
connect to photoshop
-
jacobolus
connect to photoshop
Sure. I’d recommend using node.js (http://nodejs.org/). You’ll have to write code (or find someone else’s implementation) for dealing with Zeroconf/Bonjour and Photoshop’s protocols yourself, though. It shouldn’t be impossibly difficult.