Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakeburden/example-webworker-vdom
https://github.com/jakeburden/example-webworker-vdom
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakeburden/example-webworker-vdom
- Owner: jakeburden
- Created: 2015-12-28T22:00:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T16:26:44.000Z (about 9 years ago)
- Last Synced: 2024-04-16T00:30:50.779Z (9 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# example-webworker-vdom
tiny example of using webworkers and virtual-dom.
the server renders an initial view.
the client handles state in a webworker thread. UI diffing and patching occurs in a rendering loop.
### build
```npm install``````npm run build:js```
### start
```npm start```