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.
- Host: GitHub
- URL: https://github.com/smtdfc/photon
- Owner: smtdfc
- License: mit
- Created: 2025-05-18T07:29:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-21T18:42:39.000Z (9 months ago)
- Last Synced: 2025-09-21T20:29:44.214Z (9 months ago)
- Topics: backend, framework, golang, web
- Language: Go
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)