2026-01-03 09:53:07 -05:00
2025-12-28 20:17:46 -05:00
2025-12-26 13:24:30 -05:00
2026-01-03 09:53:07 -05:00
2026-01-02 10:49:04 -05:00
2025-12-31 13:09:37 -05:00
2026-01-02 10:06:27 -05:00
2025-12-28 14:08:55 -05:00
2025-12-28 14:08:55 -05:00
2025-12-27 19:17:19 -05:00
2026-01-03 09:53:07 -05:00
2025-12-26 10:06:23 -05:00
2025-12-31 13:09:37 -05:00

Fes

A lightweight, static, and opinionated microframework.

Usage

This is the fes new <project> output

local fes = require("fes")
local site = fes.fes()

site:h1("Hello, World!")

return site

This can be ran with fes run <project> where <project> is the location of the website.

Examples

See examples/ for different features, canonical/ contains the best practices for this microframework.

Build

git clone https://git.vxserver.dev/fSD/fes.git
cd fes

go build .
./fes run examples/hello-world # if this works install

go install fes

Documentation

Run fes doc for the documentation website or goto docs.vxserver.dev

License

ISC License

Copyright (C) 2025-2026 fSD

See COPYING

Description
No description provided
Readme ISC 3.3 MiB
Languages
Lua 50.4%
Go 26.2%
HTML 20.2%
Shell 2.5%
Makefile 0.4%
Other 0.3%