grey-software / toonin

Technology that allows you to tune in to your friends and family in realtime using peer-to-peer sharing.
https://toonin.grey.software
MIT License
67 stars 6 forks source link

Address generic object injection anti-pattern #151

Closed ArsalaBangash closed 4 years ago

ArsalaBangash commented 4 years ago

extension/src/js/background/index.js The peers object can be replaced with a class

client/src/host.js The _this.peers object can be replaced with a class

backend/NetworkTree.js I'm not exactly sure what to do about these atm image

Lakshya2610 commented 4 years ago

This was fixed a while back. Most of the issues are gone now