Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lawzava/atto
Rich web server for local development (a.k.a. valet in Go)
https://github.com/lawzava/atto
go golang localhost static web webserver
Last synced: 25 days ago
JSON representation
Rich web server for local development (a.k.a. valet in Go)
- Host: GitHub
- URL: https://github.com/lawzava/atto
- Owner: lawzava
- Created: 2020-06-13T11:58:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-07-16T15:42:13.000Z (over 4 years ago)
- Last Synced: 2024-06-20T00:37:13.231Z (7 months ago)
- Topics: go, golang, localhost, static, web, webserver
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# atto
An development utility for serviving local web assets via http, with custom TLD support, sharing and SSL.
(a.k.a. valet in Go)
### TODO:
- [X] Static Files Web Server
- [ ] Storage Solution For Persistent Config
- [X] Web Server Daemon
- [ ] Hot Reload
- [ ] CLI Documentation
- [X] Multiple Site Support
- [ ] Custom Domain Names & TLDs per site (dnsmasq)
- [ ] Ngrok Integration For Sharing
- [X] Linux support
- [X] MacOS Support
- [ ] Windows Support