aahpandasrun
New member
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 kind of thing. I've heard of ruby on rails, Django, and that kind of thing. I want something that's on a higher level than C++. Any suggestions?