https://github.com/zimbatm/memweb
Micro HTTP server for static websites
https://github.com/zimbatm/memweb
Last synced: about 1 year ago
JSON representation
Micro HTTP server for static websites
- Host: GitHub
- URL: https://github.com/zimbatm/memweb
- Owner: zimbatm
- Created: 2013-12-05T15:31:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-15T17:47:19.000Z (over 12 years ago)
- Last Synced: 2024-10-27T09:04:05.820Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Memweb - serve files from memory
================================
Memweb is a little web server that serves files from memory. Use it when you have a static website and that every second counts.
Custom builds
-------------
The [gobuild service](https://github.com/ddollar/gobuild) allows to compile
and download custom version of memweb. It's useful if you don't have the go
toolchain installed.
Example:
```bash
curl https://gobuild.herokuapp.com/zimbatm/memweb/master/darwin/amd64 -o memweb
chmod +x memweb
./memweb
```
TODO
----
* ETag handler
* Benchmark
* SSL support
* mapping support (with redirects). maybe
http://www.sitemaps.org/protocol.html