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.

Next.js, Just Why?

4 pointsby pimterryover 1 year ago

1 comment

pimterryover 1 year ago
Some interesting background on why Next.js&#x27;s middleware doesn&#x27;t support Node.js on GH here: <a href="https:&#x2F;&#x2F;github.com&#x2F;vercel&#x2F;next.js&#x2F;discussions&#x2F;46722">https:&#x2F;&#x2F;github.com&#x2F;vercel&#x2F;next.js&#x2F;discussions&#x2F;46722</a><p>This feels like somewhere where you can really see the conflict between &quot;Next.js is a general-purpose JS framework&quot; and &quot;Next.js is a framework for deploying on Vercel&quot; come to life.<p>For Vercel, running on a specialized limited Edge runtime makes perfect sense. For non-Vercel deployments however that run directly with Node, it&#x27;s an entirely artificial constraint.