TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Thredded Forums Engine

5 点作者 glebm超过 8 年前

1 comment

glebm超过 8 年前
We wrote the Thredded forums engine focusing on these things:<p>1. Client-side performance. Little JavaScript and lean CSS. Even the KaTeX math plugin renders math server-side.<p>2. Clean but discoverable UI. The focus is content. Not a single dropdown nor a hamburger menu.<p>3. Extensible, but critical features are built-in to provide a foundation for plugins. Features such as notifications, moderation, permissions system, and full text search.<p>4. Pleasant on mobile for both browsing and content creation. This means a textarea instead of a rich text editor (by default).<p>5. Everything degrades gracefully when JavaScript is off. For example, preview-as-you-type becomes a &quot;Preview&quot; button if JavaScript is disabled.<p>6. The relational database for everything, including full text search. Data integrity is easy, no out-of-sync elasticsearch databases here. Runs on Postgres, MySQL, and SQLite.<p>Boring technology =&gt; easy to deploy and run in production.<p>The codebase is written in Ruby, has slowly developed over the years, and has extensive test coverage.<p>I am very curious to hear what you think, and whether you&#x27;ve ever felt a need for a forum like that.
评论 #13525919 未加载