https://github.com/probonopd/simple-http-server
A simple HTTP server that advertises itself to the network with Zeroconf
https://github.com/probonopd/simple-http-server
arm64 armv7 bonjour go golang http httpd mips zeroconf
Last synced: 4 months ago
JSON representation
A simple HTTP server that advertises itself to the network with Zeroconf
- Host: GitHub
- URL: https://github.com/probonopd/simple-http-server
- Owner: probonopd
- License: mit
- Created: 2019-10-30T18:52:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T22:44:45.000Z (about 6 years ago)
- Last Synced: 2025-05-07T06:44:04.805Z (9 months ago)
- Topics: arm64, armv7, bonjour, go, golang, http, httpd, mips, zeroconf
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-http-server [](https://travis-ci.com/probonopd/simple-http-server)
A simple HTTP server that advertises itself to the network with [DNS Service Discovery (DNS-SD)](http://www.dns-sd.org/), also known as Zeroconf (Bonjour, previously Rendezvous). It serves the root directory (`/`) to the network without any security protections. Do not use it if this is not what you want. Since the server is written in Go, it can easily be adjusted to your own needs by editing the source code.
## Download
Precompiled binaries for Windows, Linux, Raspberry Pi, macOS, OpenWrt, precompiled versions are available from https://github.com/probonopd/simple-http-server/releases/tag/continuous
## Usage
On all systems except Windows the server needs to be invoked with `sudo` since it uses port 80.
```
chmod +x ./server-*
sudo ./server-*
```
Browsers like Safari on the Mac can show it like this:
