python - Quick implementation of GUI application that reads local server data -


the issue

i'm trying build simple gui application either (i) runs on local ubuntu 14 server, or (ii) runs locally can read/write data server. multiple people using implementation make modifications simple array data file. final solution can either script, dynamic webpage, or precompiled program.

attempted solutions

  • writing html file uses php read/write form data: php not enabled on server. html5 filesystem api doesn't seem need (i.e. seems sandbox io).

  • python: tkl/tcl/wxwidgets not available on server, , of people using won't have available locally either.

your server should have x11 forwarding. here page introduction:

http://math.msu.su/~vvb/2course/borisenko/cppprojects/gwindow/xintro.html

i don't recommend coding x11 application scratch; take long time. use ide qt creator or xcode speed process. if coded in c++, x11 application should not have compatibility issues python , php.


Comments