문제

What is the term for hosted code?

By this, I mean how you can download jQuery or Bootstrap and have it on your server to use, but you also have the option to link your code to an external code hosting server.

Here is jQuery as hosted by Google: ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js

I could have sworn there is a specific word for this. It would really help when googling for hosted versions of code. I would be able to search for "(term) jquery" and find it a whole lot easier.

Thanks

EDIT
My last example was a terrible one because of my mis-understanding of PHP

도움이 되었습니까?

해결책

Usually it's called "CDN hosted" where CDN means "Content Distribution Network" or "Content Delivery Network".

In your case, just add CDN to any search terms and you'll usually narrow it down a lot better. For example, jQuery has a CDN option listed on their download options page.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top