https://github.com/base/framework
Golang backend framework + example. Used for building backend services at Base. Leans heavily on op-stack design patterns.
https://github.com/base/framework
Last synced: 2 months ago
JSON representation
Golang backend framework + example. Used for building backend services at Base. Leans heavily on op-stack design patterns.
- Host: GitHub
- URL: https://github.com/base/framework
- Owner: base
- License: mit
- Created: 2024-12-04T01:48:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-11T01:49:11.000Z (over 1 year ago)
- Last Synced: 2025-04-11T22:40:16.224Z (about 1 year ago)
- Language: Go
- Size: 27.3 KB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `framework`
Simple Golang framework for building backend services.
Leans heavily on the design patterns in used in the
[optimism](https://github.com/ethereum-optimism/optimism/) monorepo.