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

https://github.com/smtdfc/photon

Photon is a lightweight, extensible backend framework for Go, designed with an adapter-based architecture.
https://github.com/smtdfc/photon

backend framework golang web

Last synced: about 4 hours ago
JSON representation

Photon is a lightweight, extensible backend framework for Go, designed with an adapter-based architecture.

Awesome Lists containing this project

README

          

# Photon

**Photon** is a lightweight and extensible backend framework for Go. Built with a modular, adapter-based architecture, Photon enables developers to create robust HTTP applications with clarity and flexibility.

---

## ✨ Features

- **Gateway**: Seamlessly switch between HTTP and WebSocket backends .
- **Plug-and-Play Architecture**: Easy integration of custom adapters.
- **Minimalistic Core**: No hidden magic — full transparency and maintainability.

---

## 🚀 Installation

```bash
go get github.com/smtdfc/photon/core
go get github.com/smtdfc/photon/http-gateway
go install github.com/smtdfc/photon/cli
```

---

## 📜 License

Photon is licensed under the MIT License.
© 2025 [smtdfc](https://github.com/smtdfc)