Current

FramerDomainsServer is a relatively simple HTTP server.

If we need something, we build it:

  • TLS on demand (using github.com/caddyserver/certmagic)
  • Login rate-limiting (using golang.org/x/time/rate)
  • blocking of sites with too much traffic (...eh, just abort the connection)

FYI: Building takes time. And keeping it working takes even more time.

-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Go                              56           1036           2088           6041
HTML                             2             57              1            405
Markdown                         1            107              0            270
JSON                             2              0              0             26
YAML                             1              0              0             26
BASH                             2              5              0             17
Makefile                         1              3              0             16
-------------------------------------------------------------------------------
TOTAL                           65           1208           2089           6801