https://github.com/unitycoder/webs
simple local webserver
https://github.com/unitycoder/webs
Last synced: 3 months ago
JSON representation
simple local webserver
- Host: GitHub
- URL: https://github.com/unitycoder/webs
- Owner: unitycoder
- License: mit
- Created: 2023-11-05T18:39:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T13:41:17.000Z (over 1 year ago)
- Last Synced: 2025-02-13T20:52:27.193Z (4 months ago)
- Language: C#
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### webs (WIP)
simple local webserver (commandline & GUI)### Features
- commandline support
- GUI support (WIP)
- http & https
- unity webgl projects support### Arguments
```
--- Optional Parameters (in this order) ------------------------------------------
folder_to_host Example: c\websites\test1
http_port Default is 8080
https_port Default is 4443. Only used if running as Admin
admin Must be used, if want to host using IP address and have outside connections
nobrowser Don't open browser automatically
ignoreconfig Won't read local config.ini
https Enable https connection (requires running as an Admin)--- Setup Parameters (in any order) ----------------------------------------------
install Installs Explorer context menu to start hosting is folder
uninstall Removes Explorer context menu to start hosting is folder
addpath Adds webs.exe folder into user PATH environment variable
removepath Removes webs.exe folder from user PATH environment variable
```### Images
