4aba460a6309ece485603bab3017742b1443e5b7
This is a fix for a subtle bug that caused unpkg to incorrectly send a 404 response for valid filenames on the initial request for a package. It also prevents the same package from being downloaded from the registry by multiple concurrent requests. Fixes #38 Closes #39
unpkg
unpkg is a fast, global CDN for everything on npm.
The project is maintained by React Training with sponsorship from Cloudflare and Heroku.
Development
The website was built using create-react-app. This is the app you see when you run yarn start. However, none of the package links will work.
To start the backend, use yarn run server. This will start the backend so the website (which is really just a static HTML file) can serve as a proxy for package requests.
Description
Languages
JavaScript
99.9%