Feross Aboukhadijeh 5c45a81665 Batch virtual-dom changes (fix #27)
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.
2016-03-05 15:25:15 -08:00
2016-03-02 19:53:04 -08:00
2016-02-16 17:22:24 -08:00
2016-03-03 22:20:55 -08:00
2016-03-04 13:14:22 -08:00
2016-01-02 16:01:08 +01:00
2016-03-04 01:13:25 -08:00
2016-03-04 01:13:25 -08:00

WebTorrent.app

Gitter

WebTorrent, the streaming torrent client. For OS X, Windows, and Linux.

screenshot

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.

Description
No description provided
Readme MIT 197 MiB
Languages
JavaScript 94.3%
CSS 4.6%
HTML 0.6%
EJS 0.3%
Shell 0.2%