jub0t / deliver.rs

Content Delivery Network written in Rustlang, optimized for speed and latency. In-built caching and features like image processing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important

A blazingly fast Nontent-Delivery-Network (CDN) written in Rust that serves a variety of formats. It uses axum as HTTP server & an in-memory cache system.

Supported Formats

  • 🟒 Web Content: HTML, Javascript, CSS
  • 🟒 Images: PNG, JPG, JPEG, GIF, SVG
  • 🟒 Video: MP4, WEBM, FLV
  • 🟒 Audio: OGG, ACC, MP3
  • 🟒 Archives: ZIP, RAR
  • 🟒 Feeds & Data: JSON, YAML, XML
  • 🟒 Documents: PDF, PPT/PPTX
  • 🟒 Fonts: TTF/OTF, WOFF/WOFF2

Contributions & Issues

Note

Try to avoid pull requests related to READMEs, for such errors open and issue here instead. You can also use issues to request a feature.

About

Content Delivery Network written in Rustlang, optimized for speed and latency. In-built caching and features like image processing.

License:Other


Languages

Language:Rust 85.0%Language:TypeScript 15.0%