{"id":43885274,"url":"https://github.com/wolfenrain/lua-lsp-worker","last_synced_at":"2026-02-06T16:02:33.271Z","repository":{"id":332164964,"uuid":"1132953570","full_name":"wolfenrain/lua-lsp-worker","owner":"wolfenrain","description":"A Cloudflare Worker that provides Lua Language Server functionality over WebSocket. Includes a web-based Monaco editor playground.","archived":false,"fork":false,"pushed_at":"2026-01-12T18:08:42.000Z","size":54,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-12T23:06:37.158Z","etag":null,"topics":["cloudflare","lsp-server","lua"],"latest_commit_sha":null,"homepage":"https://lua.wolfenrain.dev","language":"HTML","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/wolfenrain.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-12T17:17:55.000Z","updated_at":"2026-01-12T18:08:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wolfenrain/lua-lsp-worker","commit_stats":null,"previous_names":["wolfenrain/lua-lsp-worker"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/wolfenrain/lua-lsp-worker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfenrain%2Flua-lsp-worker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfenrain%2Flua-lsp-worker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfenrain%2Flua-lsp-worker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfenrain%2Flua-lsp-worker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wolfenrain","download_url":"https://codeload.github.com/wolfenrain/lua-lsp-worker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfenrain%2Flua-lsp-worker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29167870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T15:38:29.831Z","status":"ssl_error","status_checked_at":"2026-02-06T15:37:48.592Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cloudflare","lsp-server","lua"],"created_at":"2026-02-06T16:02:32.011Z","updated_at":"2026-02-06T16:02:33.266Z","avatar_url":"https://github.com/wolfenrain.png","language":"HTML","readme":"# Lua LSP Worker\n\n[![Worker CI](https://github.com/wolfenrain/lua-lsp-worker/actions/workflows/worker.yml/badge.svg)](https://github.com/wolfenrain/lua-lsp-worker/actions/workflows/worker.yml)\n[![Container CI](https://github.com/wolfenrain/lua-lsp-worker/actions/workflows/container.yml/badge.svg)](https://github.com/wolfenrain/lua-lsp-worker/actions/workflows/container.yml)\n\nA Cloudflare Worker that provides [Lua Language Server](https://github.com/LuaLS/lua-language-server) functionality over WebSocket. Includes a web-based Monaco editor playground.\n\n## Live Demo\n\nTry it out at [lua.wolfenrain.dev](https://lua.wolfenrain.dev)\n\n## Features\n\n- Full LSP support for Lua via WebSocket\n- Web-based Monaco editor with LSP integration\n- Autocompletion, hover information, diagnostics\n- Support for LuaLS annotations (`---@class`, `---@param`, etc.)\n- Each connection gets an isolated LSP instance\n\nThe worker routes WebSocket connections to Cloudflare containers. Each container runs a Rust bridge that translates between WebSocket JSON messages and the LSP's stdio protocol.\n\n## Local Development\n\n### Prerequisites\n\n- Node.js 22+\n- Docker (for container development)\n- Rust (for container development)\n\n### Running the Worker\n\n```bash\nnpm install\nnpm run cf-typegen\nnpm run dev\n```\n\nOpen http://localhost:8787 in your browser.\n\n### Container Development\n\n```bash\ncd container\ncargo test\ncargo build --release\n```\n\n## Deployment\n\nRequires Cloudflare account on the paid plan.\n\n```bash\nnpm run deploy\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfenrain%2Flua-lsp-worker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolfenrain%2Flua-lsp-worker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfenrain%2Flua-lsp-worker/lists"}