diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-27 00:15:39 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-27 00:15:39 -0400 |
commit | 06b4e506f0666d3f717398aa7a48d2b0106214fe (patch) | |
tree | 10ca031a6c4c40bea237560b87863619abc10035 /README.md | |
parent | a6f47c07100be337f32325792990e58f5f4a3506 (diff) | |
download | getwtxt-06b4e506f0666d3f717398aa7a48d2b0106214fe.tar.gz |
updated readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md index f758cf8..61277a0 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,19 @@ twtxt registry written in Go! * Pushes to `LevelDB` at a configurable interval for data storage. * Run directly facing the internet or behind `Caddy` / `nginx`. +A public instance is currently available: +* [twtxt.tilde.institute](https://twtxt.tilde.institute) + ## Development Progress -`ETA` 31 May 2019 +`ETA` 07 June 2019 * [x] Types and Config * [x] HTTP Routing * [x] Registry Manipulation ([getwtxt/registry](https://github.com/getwtxt/registry)) * [x] Request Handling -* [x] Cache Management -* [x] Persistent Data Storage +* [x] Database and Caching * [ ] Refactor / Test / Debug * [ ] Documentation |