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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: An open source implementation of Hacker News?

6 点作者 arpit超过 13 年前
I love HN and would like to run a version internally in my company. Is there a good open source verion of HN that is good? I don't want an elaborate "CMS"

3 条评论

corin_超过 13 年前
<a href="http://arclanguage.org/install" rel="nofollow">http://arclanguage.org/install</a><p>Within that .tar file you will find news.arc (which is what HN is), and a how-to-run-news file as well.
mooism2超过 13 年前
The HN source is part of the Arc language download, as an example application, so I hear.
slig超过 13 年前
You might try lamernews[1], created by Redis author antirez.<p>&#62; Lamer news is an implementation of a Reddit / Hacker News style news web site written using Ruby, Sinatra, Redis and jQuery.<p>&#62; The goal is to have a system that is very simple to understand and modify and that is able to handle a very high load using a small virtual server, ensuring at the same time a very low latency user experience.<p>[1]<a href="http://lamernews.com/" rel="nofollow">http://lamernews.com/</a> and <a href="https://github.com/antirez/lamernews" rel="nofollow">https://github.com/antirez/lamernews</a>