Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)