TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby dyu-about 8 years ago

2 comments

fiatjafabout 8 years ago
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.
评论 #14278353 未加载
评论 #14276561 未加载
dyu-about 8 years ago
I came across github.com&#x2F;adtac&#x2F;commento last week on Show HN and thought I&#x27;d port that impl using leveldb instead of sqlite3.<p>The impl is in github.com&#x2F;dyu&#x2F;comments for anyone interested.