GithubHelp home page GithubHelp logo

marktseng / alilua Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oneoo/alilua

0.0 2.0 0.0 919 KB

epoll/kqueue+lua based web server

Home Page: http://alilua.com

License: MIT License

Makefile 1.43% Shell 0.66% Lua 45.06% C 52.66% C++ 0.18%

alilua's Introduction

aLiLua

A epoll/kqueue based web server, inculded lua/coevent support (support Linux/MacOS/BSD platform)

  • WebSockets supported
  • HTTPS supported

Install

Requirements

  • openssl headers

Ubuntu:

$ sudo apt-get install libssl-dev

Fedora:

$ sudo yum install openssl-devel

Install aLiLua

$ git clone https://github.com/oneoo/alilua.git
$ cd alilua
$ sudo make install clean

Start

$ sudo alilua --daemon --bind=8080

Options

	--bind=127.0.0.1:80  server bind. or --bind=80 for bind at 0.0.0.0:80
	--daemon[=n]         process mode mode(start n workers)
    --thread=n           number of Lua coroutines per worker
	--ssl-bind           ssl server bind.
	--ssl-cert           ssl Certificate file path
	--ssl-key            ssl PrivateKey file path
	--ssl-ca             ssl Client Certificate file path
	--log=file path      error log
	--accesslog=...      access log
	--host-route         Special route file path
	--app				 Special app file path
	--code-cache-ttl     number of code cache time(sec) default 60 sec
	--cache-size         size of YAC shared memory cache (1m or 4096000k)

Default Config file: /usr/local/alilua/host-route.lua

Limits

Response header length:		< 3KB
Response body length:		unlimited

Docs

http://alilua.com/docs.html

Mailing list

https://groups.google.com/forum/?hl=en#!forum/alilua

alilua's People

Contributors

oneoo avatar haneefmubarak avatar

Watchers

James Cloos avatar Mark avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.