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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A Hacker News-like web system written in Go, works without JavaScript

3 点作者 Kholin6 天前
I started this project primarily because I was interested in the mechanism of ranking content based on votes, like Hacker News uses. Also, I was looking to try building something new with Go, so I decided to give it a shot.<p>During development, I set the following principles for the project:<p>- Keep the pages as simple and intuitive as possible.<p>- Ensure it functions correctly even when JavaScript is disabled in the browser.<p>- Implement full server-side rendering.<p>- Use semantic HTML tags whenever possible for better SEO and accessibility.<p>This is my first Go project, and more accurately, my first backend project. Although I have years of experience in web front-end development, I hadn&#x27;t delved much into the backend side. This project greatly satisfied my curiosity and allowed me to learn many new things. While my understanding might still be superficial in some areas, overall, I managed to complete it and get it running live.<p>Here&#x27;s the live demo: <a href="https:&#x2F;&#x2F;dizkaz.com" rel="nofollow">https:&#x2F;&#x2F;dizkaz.com</a><p>Here&#x27;s the source code: <a href="https:&#x2F;&#x2F;github.com&#x2F;oodzchen&#x2F;dizkaz">https:&#x2F;&#x2F;github.com&#x2F;oodzchen&#x2F;dizkaz</a>

暂无评论

暂无评论