diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-04 18:39:51 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-04 18:39:51 -0400 |
commit | a053a540e2ea2056b99034150a512c57489caa89 (patch) | |
tree | fd8934f96fc4a2c957850975864779cfb803ee64 | |
parent | c8fddff33128555a68c6add0f6b457605b1ac121 (diff) | |
download | getwtxt-a053a540e2ea2056b99034150a512c57489caa89.tar.gz |
updated readme to mention other database back-ends in development
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md index abdc93f..291f341 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,11 @@ for tags and key words. ## Features -* Easy to set up and maintain. -* Uses an in-memory cache to serve requests. -* Pushes to `LevelDB` at a configurable interval for data storage. -* Run directly facing the internet or behind `Caddy` / `nginx`. +* Easy to set up and maintain +* Uses an in-memory cache to serve requests +* Pushes to `LevelDB` at a configurable interval for data storage + * Back-ends for other databases currently in development +* Run directly facing the internet or behind `Caddy` / `nginx` A public instance is currently available: * [twtxt.tilde.institute](https://twtxt.tilde.institute) |