From e3a24e26be6eac0a976b0f267bfb83e18410a465 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Wed, 22 May 2019 00:37:22 -0400 Subject: updated readme --- README.md | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d06628f..f758cf8 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,25 @@ # getwtxt [![Build Status](https://travis-ci.com/getwtxt/getwtxt.svg?branch=master)](https://travis-ci.com/getwtxt/getwtxt) -twtxt registry written in Go. Still in development. +twtxt registry written in Go! -* Began: 10 May 2019 -* No deadline. Should be finished by the end of May 2019. +* 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`. -## Progress +## Development Progress -The first blank box is what I'm working on. +`ETA` 31 May 2019 -* [x] Types and basic init/config -* [x] HTTP routing -* [x] Registry manipulation ([getwtxt/registry](https://github.com/getwtxt/registry)) -* [x] Request handling -* [x] Cache management details -* [x] Persistent data storage -* [ ] Refactor / Test -* [ ] Help flag / Documentation + +* [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 +* [ ] Refactor / Test / Debug +* [ ] Documentation ## Notes -- cgit 1.4.1-2-gfad0 a02fdcbcd5'>commit diff stats
path: root/javascript/hello-world/.eslintrc
blob: b8dab20247b80a6784f901ebf1ccca62f468ca62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29