2802d9459b4c7f04cd40ffed4193fbef14e3a13e
Fes
A lightweight, static, and opinionated microframework.
Usage
This is the fes new <?> output
local fes = require("fes")
local site = fes.fes()
site:h1("Hello, World!")
return site
This can be ran with fes run . where . is the location of the Fes.toml
Description
Languages
Lua
53.3%
Go
46.7%