I have looked for an answer to this question and the closest to a response that I have found is here: NodeJS on IOS/Android
The question is: Will a node.js server run on (localhost) on either/both iOS and/or Android devices. The reason for a server on these devices is below.
We currently have a server (c++) that was built to present courses in a browser, but does all of the course logic on the server. The server decides what page to display next, what question to display next in assessments, scores assessments and posttests, etc. We now want to be able have someone take our courses on their iOS/Android devices, but also to be able to take the courses offline. That means having a small version of the server with logic on the device.
Please let me know if this possible with node.js or any of it's forks. Also, could it be coded on a Windows desktop and then run on the device. Sorry, I'm very new to this.
Thanks very much for any answers/suggestions.
Dana