Self-Hosted JSPM #205
Replies: 2 comments 4 replies
-
It's a certainty if you are in a position for your company to pay for a license to do that. I would happily put the necessary time in to set it up for that, with the work directly going to the JSPM foundation as a sponsorship for the free CDN. |
Beta Was this translation helpful? Give feedback.
-
I like the idea of self-hosting. @guybedford you could perhaps make the server open source with optional paid support plan, and also make a website that has an way to spin up private non-self-hosted registries for a recurring cost with custom domains. This could include the importmap generator, so that it can generate import maps using the URL of the private registry, with fallback to the JSPM registry (kinda like private NPM registries that fallback to the main one). This could be interesting because then people making libraries could have a nice way to instruct users to install their library, and it'll all come from their domains. Giving a nice unified identity for the source of the library code. Once this is in place, you could perhaps allow logged-in users to register their registries, and make them the canonical for their library, so that the main JSPM CDN and importmap generator can generate maps that include the domains of all the libraries, making it kinda like a "decentralized" package registry, while a centralized tool can wire it all up together. |
Beta Was this translation helpful? Give feedback.
-
We'd like to host our own JSPM CDN. How likely is that to ever happen?
Beta Was this translation helpful? Give feedback.
All reactions