Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunho/dim
echo with dependency injection
https://github.com/sunho/dim
dependency-injection echo library
Last synced: 25 days ago
JSON representation
echo with dependency injection
- Host: GitHub
- URL: https://github.com/sunho/dim
- Owner: sunho
- Created: 2018-11-30T12:32:33.000Z (almost 6 years ago)
- Default Branch: v2
- Last Pushed: 2021-01-10T12:31:37.000Z (almost 4 years ago)
- Last Synced: 2024-04-28T02:09:16.902Z (6 months ago)
- Topics: dependency-injection, echo, library
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
Dim wraps echo to provide the dependecy injection for go web development.
It has been used to develop the server for [Minda](https://github.com/sdbx/minda), a game published in Steam.
# Features
## Simple service specific configuration
Each service is configured with service-specific yaml configuration file.
## Dependency injection
Dim can inject services to other services as well as echo specific structs such as middleware and route group.
# Getting Started
Try running the example application inside the `example` folder. You can build it by `go build` Pay attention to the stdout log and configuration files generated inside the working directory.