decentraland / bronzeage-node

DEPRECATED: This codebase will not be mantained anymore, and formats are going to change when we move to the Decentraland Iron Age
https://decentraland.org
Other
104 stars 22 forks source link

Provide name and icon for the electron app #47

Closed stefek99 closed 7 years ago

stefek99 commented 7 years ago
screen shot 2017-06-28 at 07 53 29
KurzGedanke commented 7 years ago

There is no real electron app. This are spawns of webtorrent-hybrid which is just used for the torrent delivering the tiles content and has no interface.

stefek99 commented 7 years ago

https://github.com/webtorrent/webtorrent-hybrid

It creates a hidden Electron process (which is based on Chromium, so WebRTC support is great!) and communicates with that process to enable WebRTC in Node.js. This adds a lot of overhead, so we are looking forward to using a pure JavaScript implementation, like perhaps Node-RTCPeerConnection when it's ready.

OK, cool, thanks.