lightweight and opionated cdn (content delivery network) coded in go, intended for small/lightweight apps
This repository has been archived on 2026年06月01日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Go 97.6%
- Dockerfile 2.4%
ezcdn
A simple, opionated, easy to setup and run CDN thats light on resources.
Documentation - Example - Example Video
EzCDN serves all of its content from ./serve, which is locally situated in the root of the app, and allows a public endpoint where any content be accessed from the CDN's domain at /content or as set!
The program is fully written in Go, and uses the Gin framework for all web operations. It aims to be resource efficent and light on resources, while providing decent performance.
This app is intended for smaller website or small needs usecases, but can also be used in heavier operations if required.
License
This project is licensed under the MIT License, terms and conditions are included
Copyright © 2026 thinkpad & ezcdn contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.