{"id":13813092,"url":"https://github.com/oneoo/alilua","last_synced_at":"2026-03-15T05:03:38.236Z","repository":{"id":8326132,"uuid":"9878256","full_name":"oneoo/alilua","owner":"oneoo","description":"epoll/kqueue+lua based web server","archived":false,"fork":false,"pushed_at":"2017-10-20T08:52:59.000Z","size":418,"stargazers_count":525,"open_issues_count":1,"forks_count":97,"subscribers_count":69,"default_branch":"master","last_synced_at":"2025-05-14T22:42:22.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://alilua.com","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oneoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-06T02:56:12.000Z","updated_at":"2025-05-11T08:05:36.000Z","dependencies_parsed_at":"2022-08-07T02:15:38.416Z","dependency_job_id":null,"html_url":"https://github.com/oneoo/alilua","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/oneoo/alilua","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneoo%2Falilua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneoo%2Falilua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneoo%2Falilua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneoo%2Falilua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oneoo","download_url":"https://codeload.github.com/oneoo/alilua/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneoo%2Falilua/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27782844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-17T02:00:08.291Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T04:01:02.827Z","updated_at":"2025-12-17T12:03:40.930Z","avatar_url":"https://github.com/oneoo.png","language":"C","funding_links":[],"categories":["C","Web Frameworks"],"sub_categories":[],"readme":"aLiLua\n======\n\nA epoll/kqueue based web server, inculded lua/coevent support (support Linux/MacOS/BSD platform)\n\n - WebSockets supported\n - HTTPS supported\n\nInstall\n-------\n\n### Requirements\n\n - openssl headers\n\nUbuntu:\n\n```bash\n$ sudo apt-get install libssl-dev\n```\n\nFedora:\n\n```bash\n$ sudo yum install openssl-devel\n```\n\n### Install aLiLua\n\n```bash \n$ git clone https://github.com/oneoo/alilua.git\n$ cd alilua\n$ sudo make install clean\n```\n\nStart\n-----\n\n```bash\n$ sudo alilua --daemon --bind=8080\n```\n\n\nOptions\n-------\n\n```\n\t--bind=127.0.0.1:80  server bind. or --bind=80 for bind at 0.0.0.0:80\n\t--daemon[=n]         process mode mode(start n workers)\n    --thread=n           number of Lua coroutines per worker\n\t--ssl-bind           ssl server bind.\n\t--ssl-cert           ssl Certificate file path\n\t--ssl-key            ssl PrivateKey file path\n\t--ssl-ca             ssl Client Certificate file path\n\t--log=file path      error log\n\t--accesslog=...      access log\n\t--host-route         Special route file path\n\t--app\t\t\t\t Special app file path\n\t--code-cache-ttl     number of code cache time(sec) default 60 sec\n\t--cache-size         size of YAC shared memory cache (1m or 4096000k)\n```\n\nDefault Config file: `/usr/local/alilua/host-route.lua`\n\nLimits\n======\n\n```\nResponse header length:\t\t\u003c 3KB\nResponse body length:\t\tunlimited\n```\n\nDocs\n=====\n\nhttp://alilua.com/docs.html\n\nMailing list\n============\nhttps://groups.google.com/forum/?hl=en#!forum/alilua\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foneoo%2Falilua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foneoo%2Falilua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foneoo%2Falilua/lists"}