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: Do you use public JavaScript CDN(like cdnjs.com), or host your own? why?

2 pointsby Elect2about 6 years ago

2 comments

lioetersabout 6 years ago
For quick prototyping, sometimes I use a CDN like unpkg.com. Otherwise, I always host my own to avoid unnecessary dependency and latency.
luckylionabout 6 years ago
I host my own, I want control and I need to be GDPR compliant.