about summary refs log tree commit diff stats
path: root/enumerate/enumerate.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-22 23:43:08 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-22 23:43:08 -0700
commit05d4ee8d0a7f84c776e732e42977063998649861 (patch)
tree2d2836307bc2811685c6298abef11026d75f287d /enumerate/enumerate.cc
parentf2d7ad5dd9d58ac861875461de3e1aded13c7859 (diff)
downloadmu-05d4ee8d0a7f84c776e732e42977063998649861.tar.gz
1623
Diffstat (limited to 'enumerate/enumerate.cc')
0 files changed, 0 insertions, 0 deletions
=v0.4.13&id=1168570b071d8bb483e4028f3a8c45a222c93ecb'>^
e3a24e2 ^
ef0ee91 ^
e3a24e2 ^








ef0ee91 ^




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
                                                                                                                           
 
                              
 



                                                                   
 
                       
 
                 
 








                                                                                     




                                                        
# getwtxt [![Build Status](https://travis-ci.com/getwtxt/getwtxt.svg?branch=master)](https://travis-ci.com/getwtxt/getwtxt)

twtxt registry written in Go! 

* 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`.

## Development Progress

`ETA` 31 May 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
* [ ] Refactor / Test / Debug
* [ ] Documentation

## Notes

* twtxt
  * [twtxt.readthedocs.io](https://twtxt.readthedocs.io)