Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T21:07:22.000Z (9 months ago)
- Last Synced: 2024-11-11T10:45:20.634Z (2 months 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](https://raw.githubusercontent.com/binary-blazer/repo-svgs/main/out/gocdn/image.svg)
# 🚀 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:[email protected])
- [Portfolio](https://binaryblazer.me/contact)