LinuxCommandLibrary

xsp

Mono ASP.NET Web Server.

TLDR

Listen on all interfaces (0.0.0.0) and port 8080

$ xsp
copy


Listen on a specific IP address and port
$ xsp --address [127.0.0.1] --port [8000]
copy

Copied to clipboard