Alternative to Node js for Win CE
问题 My requirement is run an embedded HTML\JS Web applications on a Win CE-ARM device. We also have a Linux-ARM device for which we used Node js to run any Javascript app that also uses node modules like require,express and such. Basically, we would like start a node server inside the device that serves HTML/JS pages as in when requested. Since Win CE -ARM doesn't support node js and porting of node js to Win CE is an humongous task, we are looking for alternatives to node js in Win CE. I looked