Frdlweb CDN
Our Content Delivery Network, the Frdlweb CDN
( cdn.frdl.de
) is powered by (a proxy random race of):
-
Frdl - Implementation-Examples - JSDELIVR proxy/redirection
- UNPKG proxy/redirection
- Cloudflare proxy
For example, the Frdlweb CDN is the host of our webfan-website.js project, wich runs most of the webfans/frdlwebs websites javascripts, even this site.
Examples
- Main Core (see how to config):
<script> ((q, w,d)=>{ var s=d.createElement('script'); s.setAttribute('src', 'https://cdn.startdir.de/webfan.js?' + q); s.async='false'; s.onload=async ()=>{ frdlweb.ready(()=>{ //page and library loaded and bootstrapped... //... // await window.frdlweb () === await window.require('frdlweb') }); }; d.head.prepend(s); })('DEBUG.enabled=true&website.consent.ads=false&angularjs.html5mode.rewriteLinks=false&angularjs.html5mode.enabled=false', window, document); </script>
- Multi-Language
- DM-Captcha
- Domain Check (Simple Whois) Demo Code:
<frdlweb-domain-check-whois></frdlweb-domain-check-whois>
- RSS Viewer Component - Demo
- Random (background) image
- Dark Mode
- Markdown
βΉοΈ More infoβ¦
If you want to run your own content on our CDN, you can start with Webfan Hub, so far.
If you want to use it locally/on your own domain, you can use this module.