No description
  • C++ 69.7%
  • Lua 19.7%
  • HTML 7.5%
  • CMake 3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-28 13:58:34 +03:00
build Initial commit 2026-08-28 13:58:34 +03:00
src Initial commit 2026-08-28 13:58:34 +03:00
api_desc.txt Initial commit 2026-08-28 13:58:34 +03:00
CMakeLists.txt Initial commit 2026-08-28 13:58:34 +03:00
create_class.exe Initial commit 2026-08-28 13:58:34 +03:00
LICENSE Initial commit 2026-08-28 13:58:34 +03:00
README.md Initial commit 2026-08-28 13:58:34 +03:00
reb.sh Initial commit 2026-08-28 13:58:34 +03:00

Lua web server

Web server that uses lua as a scripting engine, for server-side page generation. Also might use it for a persistent backend handling. API description is in api_desc.txt, and all the examples are in the build directory.