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: Are there any good forum engine in Node.js

1 pointsby cool_guyover 12 years ago

1 comment

gexlaover 12 years ago
A forum is basically a multi-user blog with comments. For many cases, that's all you need. If you need something more like vBulletin, then you should probably just use vBulletin.<p>I can't see anyone coming up with a forum system like what already exists in the PHP world. These things were created when forums were big and have massive man hours of work to build on. To create something like that from scratch today probably wouldn't be worth the effort. If it were worth it, then there would be more available in different ecosystems.