No description
| .github/workflows | ||
| inc | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
| README.md | ||
Fusco
Serverside Web Rendering
About
Fusco is an interpreted, dynamically typed language inspired by Javascript designed to generate dynamic and static web pages.
Grab the latest binary from GitHub Actions or build it yourself.
Building
$ mkdir build
$ cd build
$ cmake ..
$ build