I want to use node.js and processing.js together and route a canvas to an X window. Basically I want to tinker with some LCD displays and a Raspberry Pi, but I want to use JavaScript to do some neat stuff without using a browser.
I want to emphasize that I'm trying to do it this way because I want to, not for any other reason or for anyone else - although I'm all ears to alternatives. I'm asking the more impatient gurus to be gentle.
To clarify (hopefully), I want to use node.js and processing.js to display some arbitrary JavaScript code to interface network and display graphics and render result to X instead of using a browser.
Thanks in advance!