{"id":16718371,"url":"https://github.com/tsileo/gluapp","last_synced_at":"2026-03-08T19:37:39.185Z","repository":{"id":57480190,"uuid":"83961277","full_name":"tsileo/gluapp","owner":"tsileo","description":"HTTP framework for GopherLua.","archived":false,"fork":false,"pushed_at":"2020-04-04T17:12:38.000Z","size":140,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T08:08:27.403Z","etag":null,"topics":["go","lua","web-framework"],"latest_commit_sha":null,"homepage":"https://a4.io/gluapp","language":"Go","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/tsileo.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":"2017-03-05T10:14:13.000Z","updated_at":"2024-07-09T09:49:56.000Z","dependencies_parsed_at":"2022-09-18T05:46:13.551Z","dependency_job_id":null,"html_url":"https://github.com/tsileo/gluapp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsileo%2Fgluapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsileo%2Fgluapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsileo%2Fgluapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsileo%2Fgluapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsileo","download_url":"https://codeload.github.com/tsileo/gluapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248190406,"owners_count":21062277,"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","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":["go","lua","web-framework"],"created_at":"2024-10-12T21:36:37.610Z","updated_at":"2026-03-08T19:37:39.019Z","avatar_url":"https://github.com/tsileo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gluapp\n\n[![builds.sr.ht status](https://builds.sr.ht/~tsileo/gluapp.svg)](https://builds.sr.ht/~tsileo/gluapp?)\n\u0026nbsp; \u0026nbsp;[![Godoc Reference](https://godoc.org/a4.io/gluapp?status.svg)](https://godoc.org/a4.io/gluapp)\n\nHTTP framework for [GopherLua](https://github.com/yuin/gopher-lua).\n\n## Features\n\n - Simple\n - No 3rd party requirements except gopher-lua\n - Rely on Go template language\n - Same request/response idioms as Go HTTP lib\n - Comes with a basic (and optional) router\n - First-class JSON support\n - Included HTTP client\n - Support importing dependency from GitHub on the fly with [require2](https://github.com/tsileo/gluarequire2)\n\n## Example\n\n```lua\nlocal router = require('router').new()\n\nrouter:get('/hello/:name', function(params)\n  app.response:write('hello ' .. params.name)\nend)\n\nrouter:run()\n```\n\n## TODO\n\n - [ ] Write Lua modules documentation\n - [ ] A module for web scrapping\n - [ ] A basic key-value store module\n - [ ] `read_file`/`write_file`/`read_json` helper\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsileo%2Fgluapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsileo%2Fgluapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsileo%2Fgluapp/lists"}