0
Someone knows how CDN works?
I would like to work with the CDN of the library processing to draw things in the screen the link of the CDN is https://cdnjs.cloudflare.com/ajax/libs/processing.js/1.6.6/processing.min.js
3 ответов
+ 15
<script src="your_cdn_link"></script>
just put this in between the <head></head> tags of your code
+ 4
cdn: Content delivery network
First of all let's say jquery
Jquery lib is stored in code.jquery.com
So You get the link to access it
delivery network : You don't need to download it you just have the link that access to its database(this database store jquery inside)
Ahhhhhhhhhh....I'm really bad at explaination!
+ 1
Thanks for your answers check out my first Processing code in Javascript
https://code.sololearn.com/WNH5QXDsqPCt/?ref=app