2026-03-01 21:51:37 -05:00
2026-03-01 21:51:37 -05:00
2026-01-16 16:11:19 -05:00
2026-03-01 21:51:37 -05:00
2026-01-04 16:27:39 -05:00
2026-01-02 10:06:27 -05:00
2026-02-16 21:00:04 -05:00
2026-02-16 21:00:04 -05:00
2026-01-31 16:56:18 -05:00
2026-01-16 16:07:33 -05:00
2026-02-16 21:00:04 -05:00
2026-02-24 15:59:26 -05:00
2026-02-01 10:16:19 -05:00
2026-03-01 21:51:27 -05:00

Fes

Fes is an embedded Lua microwebframework for create static, extensible websites. Using file-based routes you can easily structure 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

Description
No description provided
Readme ISC 11 MiB
Languages
Lua 48.6%
Go 25.5%
HTML 22.8%
Shell 2.4%
Makefile 0.4%
Other 0.3%