tsframework / ts-framework

A Web Framework for Nodejs
http://tsframework.github.io
MIT License
43 stars 6 forks source link

DONOTMERGE: Proof of concept: DI container and Service Provider architecture #29

Closed atrakeur closed 8 years ago

atrakeur commented 8 years ago

This PR is a proof of concept for the implementation of an extensible and decoupled architecture in the framework.

This architecture introduce Services Providers that are responsible to register applications components to the container. So that each components can references each others using this container.

The container is tied to the application instance.

Please see issue #27 for full discution.

atrakeur commented 8 years ago

Closes by PR #30