# **Apg-Cdn**
### Simple content delivery network
Current version: **0.9.7**
Last release: **2023/05/13**
Since: **2022/10**

## Library --- Exposes a service with a simple cache management to address and share common assets like style sheets, javascript, icons, images etc.
https://github.com/Pangeli70/apg-cdn
Import it in your deps.ts file using:
> export * as Cdn from "https://raw.githubusercontent.com/Pangeli70/apg-cdn/master/mod.ts"
The library has the following Apg dependencies:
> [Apg-Uts](https://github.com/Pangeli70/apg-uts)


## Help --- [Index](hlp/index.md)

## Microservice --- Produces a website to browse the available shared assets to be used in other sites.
https://apg-cdn.deno.dev/
The microservice has the following Apg additional dependencies for libraries and services:
> [Apg-Dir](https://github.com/Pangeli70/apg-dir)
> [Apg-Edr](https://github.com/Pangeli70/apg-edr)
> [Apg-Tng](https://github.com/Pangeli70/apg-tng)