- Notifications
You must be signed in to change notification settings - Fork0
This is a simple web server by C#.
License
NotificationsYou must be signed in to change notification settings
yoshi389111/SimpleHttpServer.cs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a simple web server for Windows.
Tip
Compile with the C# compiler installed by default on Windows.
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe
Compile as below:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe SimpleHttpServer.csAlternatively you can usebuild.bat .
usage: SimpleHttpServer [-r DIR] [-p PORT] [-b ADDR] or SimpleHttpServer [-r DIR] [-t] or SimpleHttpServer [-r DIR] [-P PREFIX]options:
-r DIR: Specify the document root. The default is the current directory.-p PORT: Specify the port number to listen on. The default is 8000-b ADDR: Specify the address to bind to. The default is to accept all addresses.-t: Use a prefix that does not require admin privileges (http://+:80/Temporary_Listen_Addresses/)-P PREFIX: specify a prefix.
Administrative privileges are required unless the-t option is used.
Copyright (C) 2023 SATO, Yoshiyuki
This software is released under the MIT License.https://opensource.org/licenses/mit-license.php
About
This is a simple web server by C#.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.