vbustamante / jorge

A lua web server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 88.6%Language:Objective-C 4.7%Language:Lua 3.2%Language:HTML 2.2%Language:C++ 0.5%Language:CMake 0.4%Language:Makefile 0.3%Language:Batchfile 0.1%Language:CSS 0.1%Language:Roff 0.0%