https://github.com/binary-blazer/gocdn
✨ advanced cdn written in golang
https://github.com/binary-blazer/gocdn
cdn go gofiber golang server software
Last synced: 11 months ago
JSON representation
✨ advanced cdn written in golang
- Host: GitHub
- URL: https://github.com/binary-blazer/gocdn
- Owner: binary-blazer
- License: apache-2.0
- Created: 2024-04-01T19:12:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T21:07:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T10:17:24.215Z (about 1 year ago)
- Topics: cdn, go, gofiber, golang, server, software
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 🚀 gocdn
> A advanced cdn server written in golang.
> [!WARNING]
> This project is still in development and not ready for production use.
## 📄 Table of Contents
- [Features](#-features)
- [Installation](#-installation)
- [Usage](#-usage)
- [License](#-license)
- [Contact](#-contact)
## 🎉 Features
- [x] **HTTP/HTTPS** Support
- [x] **HTTP/2** Support
- [] **Gzip** Support (In Progress)
- [] **Brotli** Support (In Progress)
- [] **Range** Support (In Progress)
- [] **Cache** Support (In Progress)
- [] **CORS** Support (In Progress)
- [] **Proxy** Support (In Progress)
## 📦 Installation
```bash
$ git clone https://github.com/binary-blazer/gocdn.git
$ cd gocdn
$ go mod download
```
## 🚀 Usage
```bash
$ go run server.go
```
## 📝 Licene
[Apache-2.0](https://github.com/binary-blazer/gocdn/blob/main/LICENSE)
## 📞 Contact
- [Email](mailto:jonasfranke@sdevs.org)
- [Portfolio](https://binaryblazer.me/contact)