1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/xsp.md

13 lines
259 B
Markdown
Raw Normal View History

2023-05-13 19:44:11 +02:00
# 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}}`