How To Install Wsapi.cgi On Debian, Ubuntu, Kali, Fedora And Raspbian?
Install wsapi.cgi
-
Debian
apt-get install lua-wsapi
Click to copy -
Ubuntu
apt-get install lua-wsapi
Click to copy -
Kali Linux
apt-get install lua-wsapi
Click to copy -
Fedora
dnf install lua-wsapi
Click to copy -
Raspbian
apt-get install lua-wsapi
Click to copy
lua-wsapi
WSAPI is an API that abstracts the web server from Lua webapplications. By coding against WSAPI your application can run on any of the supported servers and interfaces (currently CGI, FastCGI and Xavante, on Windows and UNIX-based systems). WSAPI provides a set of helper libraries that help with request processing and output buffering. You can also write applications that act as filters that provide some kind of service to other applications, such as authentication, file uploads, request isolation, or multiplexing. WSAPI's main influence is Ruby's Rack framework, but it was also influenced by Python's WSGI (PEP 333). It's not a direct clone of either of them, though, and tries to follow standard Lua idioms.
Install the latest version of wsapi.cgi in Debian, Ubuntu, Kali, Fedora and Raspbian from terminal. To install the wsapi.cgi just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of wsapi.cgi from the respository and install it in your computer/server.