luvit/luvit
Lua + libUV + jIT = pure awesomesauce observed · 2026-08-28
Health v2 · maintenance only
57/100
- Activity 75
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5471
- days_rel: n/a
- days_push: 153
- n_releases_24m: 0
Adoption not part of the score
3963 stars · 374 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Luvit is a Node.js-style asynchronous I/O runtime for Lua, built on libuv and LuaJIT, usable as a standalone CLI scripting platform or a library. It ships with a Node-like API (http, fs, etc.) and the lit package manager for publishing and consuming Lua modules.
Use cases
- run lua scripts as standalone http servers
- write async io applications in lua
- migrate node.js code to lua
- build servers using coroutines instead of callbacks
- bundle lua apps into standalone executables with luvi
- install lua packages with a npm-like tool
When to choose
- you want node.js-style async apis but in lua
- you need a lightweight scripting runtime on libuv
- your team knows lua and wants event-driven servers
When to avoid
- you need the node.js/npm ecosystem and libraries
- you want a mainstream runtime with large community support
- you need multithreaded cpu-bound processing
Facets
cli-tool · maturity active
http-server web-framework cli concurrency package-manager interpreter developer-tools web-development backend programming-languages windows bsd cli cross-platform lua lua luajit libuv nodejs-style-api async-io lit-package-manager luvi-runtime event-loop coroutines command-line linux macos
4 sources
- readme: https://github.com/luvit/luvit · fetched 2026-08-28 · 332e040a803e
- homepage: https://luvit.io/ · fetched 2026-08-29 · a6d8b31cd67f
- site_page: https://luvit.io/docs.html · fetched 2026-08-29 · f39b28b51cb2
- site_page: https://luvit.io/install.html · fetched 2026-08-29 · 71ebb380aba3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| luvit/luvit | main | 57 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem