On Mar 18, 2009, at 12:30 AM, Ken wrote: > Does anyone know of an embedded http server that can serve and/or > create pages from a sqlite database?
Arguably, there is an embarrassment of choices: http://en.wikipedia.org/wiki/Comparison_of_lightweight_web_servers To add to the confusion, here is a small HTTP server implemented in pure Lua [1]: http://dev.alt.textdrive.com/browser/HTTP/HTTP.lua Online demo using SQLite Full Test Search (aka FTS): http://svr225.stepx.com:3388/search?q=sql Cheers, -- PA. http://alt.textdrive.com/nanoki/ [1] http://www.lua.org/about.html _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

