xsp

Mono ASP.NET Web Server. More information: <https://www.mono-project.com/docs/web/aspnet/>.

Install

All systems
curl cmd.cat/xsp.sh
Debian Debian
apt-get install mono-xsp
Ubuntu
apt-get install mono-xsp
image/svg+xml Kali Linux
apt-get install mono-xsp
Windows (WSL2)
sudo apt-get update sudo apt-get install mono-xsp
Raspbian
apt-get install mono-xsp

Mono ASP.NET Web Server. More information: <https://www.mono-project.com/docs/web/aspnet/>.

  • Listen on all interfaces (`0.0.0.0`) and port `8080`:
    xsp
  • Listen on a specific IP address and port:
    xsp --address 127.0.0.1 --port 8000

© tl;dr; authors and contributors