RTCFly / FlyTurn

0 stars 0 forks source link

Implement Proxy Design Pattern for server injection #3

Open elmarti opened 6 years ago

elmarti commented 6 years ago

In leveraging IoC, we plan to inject dependencies, including the net and dgram packages. These implement different APIs, so we will need to create proxy classes and an interface to allow us to inject the correct class at runtime.