All Projects → rady-io → inject

rady-io / inject

Licence: MIT license
A web framework inspired by spring boot, base on echo framework and dependency injection

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to inject

echo-rest-api
Example of creating REST API with Echo framework
Stars: ✭ 39 (+129.41%)
Mutual labels:  echo, echo-framework
Polyel-Framework
⚡️ Voltis Core: A PHP framework based on Swoole from the ground up
Stars: ✭ 22 (+29.41%)
Mutual labels:  dependency-injection, web-framework
Echox
Echo cookbook and website
Stars: ✭ 275 (+1517.65%)
Mutual labels:  echo, web-framework
Foal
Elegant and all-inclusive Node.Js web framework based on TypeScript. 🚀.
Stars: ✭ 1,176 (+6817.65%)
Mutual labels:  dependency-injection, web-framework
echo-middleware
HTTP middleware implemented for the echo framework
Stars: ✭ 39 (+129.41%)
Mutual labels:  echo, echo-framework
go-echo-boilerplate
The fastest way to build a restful API with golang and echo framework. Includes common required features for modern web applications. A boilerplate project with golang and Echo.
Stars: ✭ 53 (+211.76%)
Mutual labels:  echo, echo-framework
Echo
High performance, minimalist Go web framework
Stars: ✭ 21,297 (+125176.47%)
Mutual labels:  echo, web-framework
ThinkRchive
An app showing all details for various Lenovo Thinkpad models. Made to try out Jepack Compose for Android.
Stars: ✭ 84 (+394.12%)
Mutual labels:  dependency-injection
kotlin-guiced
Convenience Kotlin API over the Google Guice DI Library
Stars: ✭ 17 (+0%)
Mutual labels:  dependency-injection
kapsule
Kapsule - A closure based Web Component library
Stars: ✭ 43 (+152.94%)
Mutual labels:  web-framework
WebApiClient.Extensions
WebApiClient项目的第三方扩展:Autofac、DependencyInjection、HttpClientFactory、SteeltoeOSS.Discovery、MessagePack、Protobuf、Json-Rpc
Stars: ✭ 73 (+329.41%)
Mutual labels:  dependency-injection
tanuki
Tanuki is a polyglot web framework that allows you to develop web applications and services in multiple programming languages.
Stars: ✭ 62 (+264.71%)
Mutual labels:  web-framework
Inyector
Library to Implement Automatic dependency injection by Configuration over Scaned Assemblies
Stars: ✭ 13 (-23.53%)
Mutual labels:  dependency-injection
react-molecule
Molecule is a light-weight framework that lets you reason about inter-component communication, dependency injection and logic decoupling.
Stars: ✭ 35 (+105.88%)
Mutual labels:  dependency-injection
go-starter
Go 服务框架脚手架. 整合 echo、swag、viper、nsq、logrus、fx、xorm、cobra 等第三方库
Stars: ✭ 145 (+752.94%)
Mutual labels:  echo
sector
Simple Injector; Dependency Injection
Stars: ✭ 12 (-29.41%)
Mutual labels:  dependency-injection
UniDi
Dependency Injection for Unity
Stars: ✭ 68 (+300%)
Mutual labels:  dependency-injection
APICorePayLots
Web API designed in Asp.NET Core 3.1, using Dapper and Entity Framework Core, Repository Pattern, Identity
Stars: ✭ 13 (-23.53%)
Mutual labels:  dependency-injection
MultipleAppModules
An example how to use multiple application modules in one android project
Stars: ✭ 105 (+517.65%)
Mutual labels:  dependency-injection
systemic
📦 A minimal dependency injection framework.
Stars: ✭ 53 (+211.76%)
Mutual labels:  dependency-injection

Welcome to Rady-framework!

Coverage Status Go Report Card Build Status License: MIT Documentation

Example and Docs are under updating

What can rady do now?

  • Dependency injection (Include components and value in config file).
  • Structured route registration (annotation route. router, controller and middleware, can be embedded in other router).
  • Middleware registration.
  • Initialize components in factory function.
  • Entities registration.
  • Config file hot-reload (Include factories' recall).
  • Some wrappers (cors, jwt, logger) for echo-middleware.
  • DI test
  • Env-dependent config file

Todos

  • Complete lifetime system for beans

  • Gorm integration (In project rorm).

  • Integration with htest

  • Editor plugin (Goland and vscode):

    • Tag indecator.
    • Route inspection.
    • Injection inspection.
    • Config file injection inspection (Can jump between config and code).
  • AOP

  • More middleware wrappers

  • Cache

  • Dashbord

  • Cloud

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].