uwsgi_luajit
Lua WSAPI plugin for uWSGI (LuaJIT)
Install
- All systems
-
curl cmd.cat/uwsgi_luajit.sh
- Debian
-
apt-get install uwsgi-plugin-luajit
- Ubuntu
-
apt-get install uwsgi-plugin-luajit
- Kali Linux
-
apt-get install uwsgi-plugin-luajit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install uwsgi-plugin-luajit
- Raspbian
-
apt-get install uwsgi-plugin-luajit
- Dockerfile
- dockerfile.run/uwsgi_luajit
uwsgi-plugin-luajit
Lua WSAPI plugin for uWSGI (LuaJIT)
uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. This package provides Lua WSAPI plugin for uWSGI (linked with LuaJIT runtime).