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.

Ask HN: What's an example of a good Express backend?

2 pointsby hahnbeeover 2 years ago
I consider myself a stronger frontend developer than a backend one. I want to learn what the best file structure is for an Express backend. Do you guys have any good source available examples?

2 comments

revskillover 2 years ago
There&#x27;s no &quot;best&quot; ones. But there&#x27;s guiding principles to help you achieve one.<p>It&#x27;s Clean Architecture, or Hexagon Architecture.<p>The idea is, the business layer dependencies is just interfaces. So you can easily mock in test.
评论 #33797431 未加载
bradwoodover 2 years ago
Check out Nest JS. It&#x27;s an opinionated overlay on Express which might be helpful as good for thought.
评论 #33805444 未加载