from Hacker News

Show HN: A self-hosted comment engine powered by leveldb, for static blogs

by dyu- on 5/5/17, 7:55 PM with 7 comments

  • by fiatjaf on 5/5/17, 8:08 PM

    This is all nice and great, but if people want static blogs because they're easy to setup and never break, or that they want to use GitHub Pages or similar cheap easy static servers out there, then this tool becomes a madness.
  • by dyu- on 5/5/17, 8:16 PM

    I came across github.com/adtac/commento last week on Show HN and thought I'd port that impl using leveldb instead of sqlite3.

    The impl is in github.com/dyu/comments for anyone interested.