fedb515df1fcccc92bfb22135c8c7f347d0b5dbf
Fes
Fes is an embedded Lua microwebframework for create static, extensible websites. Using file-based routes you can easily strucutre you website just by moving files around. See fsdproject.org for a real-world example.
A Simple Example
# project/www/index.lua as created from fes new project
local fes = require("fes")
local site = fes.fes()
site:h1("Hello, World!")
return site
fes run project
Contributing
See fSD hacking and fSD community
Languages
Lua
50.4%
Go
26.2%
HTML
20.2%
Shell
2.5%
Makefile
0.4%
Other
0.3%