node.js running off Arduino Ethernet Shield?

Hiya!

So iv'e been looking into using the Arduino Ethernet shield as a server recently, not a big one of course but just for personal use. Anyway today I have been using node.js which is a portable or installable JavaScript server. However I have no idea if it's possible or easy but I wish to have it run of my Arduino Ethernet Shield. So has anybody ever done this or has any advice?

I have use de Google to look it up but most of the time the results are just for controlling the Arduino using node.js but I actually wish to run the node.js server off the Arduino.

Thanks,
Sam!

However I have no idea if it's possible or easy but I wish to have it run of my Arduino Ethernet Shield.

It's not possible. The Arduino can not run a java script.

Ok thanks very much for the reply! I did think it might be to much for it to handle! :roll_eyes: