Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
/ LuvitWeb Public archive

A way to host webserver with mixed lua/html code

License

Notifications You must be signed in to change notification settings

Be1zebub/LuvitWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuvitWeb

Module that handle mixed luahtml files with https://github.com/Be1zebub/LuaHTML & route it with luvit http/https modules.

Usage example:

local luahtml_server = require("luahtml_server")
luahtml_server("/var/www/mysite", "incredible-gmod.ru", 1000, 2000)
-- string website path, string domainname (to find a cert) - optional (can be nil), number http port, number https port - optional

Example Example 2

About

A way to host webserver with mixed lua/html code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published