Hacker News new | ask | show | jobs
by dcherman 3582 days ago
Even still, that's just the completely wrong technology to use for something like this regardless of scale. It sounds like it's literally static content. Just write an HTML file directly if it's a single page, or use something like `Assemble` to get easily re-usable partial support if you have multiple pages that want to share a header and footer or something.
1 comments

It was 5-10 pages. Static content. Yeah, even if they had 10k concurrent users node.js would have been the wrong technology.