I think you could use python to set up a server that you could send text to. And then use python to put it in processing. But I don't know, I have very little experience with python.
But I recommend using dropbox to keep your sketch available to your other computers. And also the app APDE. APDE is an unofficial mobile version of Processing that I use to try out ideas when I don't have access to a computer. The downside of course is that you don't have a keyboard or a mouse. mousePressed/mouseClicked/mouseMoved reackts to touch. but you can read more about that on github
Answers
http://www.OpenProcessing.org/sketch/create
http://studio.SketchPad.cc
I think you could use python to set up a server that you could send text to. And then use python to put it in processing. But I don't know, I have very little experience with python.
But I recommend using dropbox to keep your sketch available to your other computers. And also the app APDE. APDE is an unofficial mobile version of Processing that I use to try out ideas when I don't have access to a computer. The downside of course is that you don't have a keyboard or a mouse. mousePressed/mouseClicked/mouseMoved reackts to touch. but you can read more about that on github