Add lua-based server implementation

This commit is contained in:
arne 2024-03-23 21:39:38 +01:00
commit ae76a627cb
5 changed files with 11558 additions and 0 deletions

View file

@ -10,6 +10,7 @@
devShell.${system} = pkgs.mkShell rec {
buildInputs = [
pkgs.deno
(pkgs.lua5_3.withPackages(ps: [ ps.http ps.fennel ]))
];
};
};