It ends up that my program is designed flexibly so you can run it on any device with a web browser. It requires HTML5 for some nifty features, though. However, I have designed it for webkit-based devices because cross-browser adds tons of unnecessary code when adding display things, like animations, visual ques, etc.
I just generated a CMakeLists.txt, so just copy-and-paste the code into your platform, run make clean, cmake ., and then make! You can then run the project. I also have removed a great portion of DLib functionality because it is unnecessary! I kept getting X11 errors because I didn't link it. However, I was using the preprocessor to not compile that code, so I don't know what is up with that!
I am still developing this appication. However, if you want to download and compile it in Linux, here's my compile script:
PHP Code:
$~ wget https://github.com/yash101/Other/raw/master/DLib/DevNodeServer/DevServer2/CMAKE_STANDALONE/install.sh && chmod +x install.sh && ./install.sh
To change the port number, use the install script. Enter the folder dserv/src. Edit config.hpp, and change the PORTNO definition to your favorite port!
Enjoy! I will roll out Java and C++ APIs when I have the ability to test them!