Someone knows how CDN works? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

18th Aug 2017, 1:37 PM
Andres Restrepo
Andres Restrepo - avatar
3 Answers
+ 15
<script src="your_cdn_link"></script> just put this in between the <head></head> tags of your code
18th Aug 2017, 1:52 PM
Burey
Burey - avatar
+ 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!
18th Aug 2017, 2:06 PM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 1
Thanks for your answers check out my first Processing code in Javascript https://code.sololearn.com/WNH5QXDsqPCt/?ref=app
18th Aug 2017, 2:22 PM
Andres Restrepo
Andres Restrepo - avatar