I am trying to create a web server on a Windows CE device, and Lua or Scala seem like it would work but I can't find any information on it, has anyone done this successfully?
Also it should run on a android device as well, and thats one of the reason I am looking into Lua or Scala, since its supposed to be multi-platform.
The idea is to create a "router config page" like solution, so not an app, it has to be running all the time, and be accessible by the devices IP address (ie. http://123.123.1.1/config
)