This is a simple blog server written in LuaJIT. It serves markdown files from the blog directory and converts them to HTML on the fly. Everything is within LuaJIT using FFI. Only handles one client at a time, meant for learning and fun, not production use.
cd src
luajit main.luaThen open http://localhost:8080 in your browser to see the blog.