Skip to content

vbustamante/jorge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jorge

A lua webserver

Jorge is an http/https server written in c++ and projected to be a all-in-one web solution for simple projects. It features a simple path-to-script routing, with support to the lua language and an embedded sqlite database.

It is presently under development and in a very initial state.

Building Jorge

The project, as well as its dependencies, are all setup to be built by cmake. Everything and the entiry platform is statically compiled as a single file to ensure ease of deployment. To build it, you can simply run, in any build folder: $ cmake /path/to/jorge/ && make And run the executable Jorge on the same folder.

About

A lua web server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published