I have a simple sqlite based http server for my programming class. It's basically an html frontend where you can add new text entries to an sqlite database and then show them all as a table on a webpage. Now, I have it written in C++, but I figured that there are much better ways to write this...