Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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