Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakeburden/example-webworker-vdom


https://github.com/jakeburden/example-webworker-vdom

Last synced: 17 days ago
JSON representation

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```