All Projects → aloisdeniel → dioc

aloisdeniel / dioc

Licence: MIT license
A dart simple dependency container based on code generation.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to dioc

Hiboot
hiboot is a high performance web and cli application framework with dependency injection support
Stars: ✭ 150 (+219.15%)
Mutual labels:  ioc, container
Container Ioc
Inversion of Control container & Dependency Injection for Javascript and Node.js apps powered by Typescript.
Stars: ✭ 89 (+89.36%)
Mutual labels:  ioc, container
CNeptune
CNeptune improve productivity & efficiency by urbanize .net module with meta-code to lay foundation for frameworks
Stars: ✭ 30 (-36.17%)
Mutual labels:  ioc, container
Reflex
Minimal dependency injection framework for Unity
Stars: ✭ 263 (+459.57%)
Mutual labels:  ioc, container
waiter
Dependency injection, Inversion of control container for rust with compile time binding.
Stars: ✭ 71 (+51.06%)
Mutual labels:  ioc, container
Container
A lightweight yet powerful IoC container for Go projects
Stars: ✭ 160 (+240.43%)
Mutual labels:  ioc, container
Injex
Simple, Decorated, Pluggable dependency-injection framework for TypeScript applications
Stars: ✭ 65 (+38.3%)
Mutual labels:  ioc, container
Tsyringe
Lightweight dependency injection container for JavaScript/TypeScript
Stars: ✭ 2,761 (+5774.47%)
Mutual labels:  ioc, container
typeioc
Dependency injection container for typescript / javascript
Stars: ✭ 32 (-31.91%)
Mutual labels:  ioc, container
firmeve
a out-of-the-box, full-featured go framework supporting http, http2, websocket, tcp, udp, rpc and microservice
Stars: ✭ 36 (-23.4%)
Mutual labels:  ioc, container
terraform-aws-ecs-alb-service-task
Terraform module which implements an ECS service which exposes a web service via ALB.
Stars: ✭ 108 (+129.79%)
Mutual labels:  container
container-bootfs
Container image converter aiming to minimize image size and speed up boot time dramatically with block-level de-dupliction and lazy-pull technology.
Stars: ✭ 17 (-63.83%)
Mutual labels:  container
container-security-book
container-security.dev/
Stars: ✭ 123 (+161.7%)
Mutual labels:  container
DIONS
IOC is a privacy based Proof of Stake Blockchain platform for Smart Contracts, multi level dns identities, AES 256 encrypted data communications, storage and payments.
Stars: ✭ 36 (-23.4%)
Mutual labels:  ioc
publisher
Publishes mainstream content on GOV.UK
Stars: ✭ 42 (-10.64%)
Mutual labels:  container
softwarecontainer
Framework to manage and contain applications in an automotive setting
Stars: ✭ 19 (-59.57%)
Mutual labels:  container
container-group
AWSKRUG container group
Stars: ✭ 22 (-53.19%)
Mutual labels:  container
docs
Documentation repo of nebula orchestration system
Stars: ✭ 16 (-65.96%)
Mutual labels:  container
Elaina
🔮 Docker-based remote code runner. / 基于 Docker 的远程代码运行器
Stars: ✭ 36 (-23.4%)
Mutual labels:  container
heroku-deploy
A simple action to build, push and deploy your dockerized app to your Heroku Application
Stars: ✭ 40 (-14.89%)
Mutual labels:  container

Dart Inversion of Control, a.k.a dioc

A dart simple dependency container based on code generation.

dioc

The core APIs are located in the dioc package here.

dioc_generator

The code generator will resolve dependencies from annotation in you code. Thedioc_generator package is available here.

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].