5c45a8166540080e01f07790053527baa7b30a88
From `main-loop`: > main-loop is an optimization module for a virtual DOM system. Normally you would re-create the virtual tree every time your state changes. This is not optimum, with main-loop you will only update your virtual tree at most once per request animation frame. > main-loop basically gives you batching of your virtual DOM changes, which means if you change your model multiple times it will be rendered once asynchronously on the next request animation frame.
WebTorrent.app
WebTorrent, the streaming torrent client. For OS X, Windows, and Linux.
Dev
$ npm install
Run
$ npm start
Build
$ npm run build
Builds the app for OS X, Linux, and Windows, using electron-packager.
License
MIT. Copyright (c) Feross Aboukhadijeh.
Languages
JavaScript
94.3%
CSS
4.6%
HTML
0.6%
EJS
0.3%
Shell
0.2%
