w3c / web-of-things-framework

208 stars 63 forks source link

Channel manager ideas - for discussion #33

Closed bubbafat closed 8 years ago

bubbafat commented 9 years ago

This pull request is just for discussion around https://github.com/w3c/web-of-things-framework/issues/13

I wanted to codify what I was describing so that it would be easier to communicate the idea.

zsoltpardi commented 9 years ago

I think this pull request implements a really good design with the factory concept and by providing a high level abstraction for protocols. Also, using node events is a very good idea. This design decouples the components which is I think what we need instead of rely the modules on each other. I will incorporate this great design in my fork and continue with this approach.