Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsisodiya/flux-inside-web-workers
React Flux inside Web Workers
https://github.com/nsisodiya/flux-inside-web-workers
Last synced: 28 days ago
JSON representation
React Flux inside Web Workers
- Host: GitHub
- URL: https://github.com/nsisodiya/flux-inside-web-workers
- Owner: nsisodiya
- License: mit
- Created: 2015-07-29T15:36:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T06:06:31.000Z (over 7 years ago)
- Last Synced: 2024-04-14T07:51:19.016Z (8 months ago)
- Language: JavaScript
- Homepage: http://nsisodiya.github.io/flux-inside-web-workers
- Size: 539 KB
- Stars: 72
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Flux inside Web Workers
![alt pic](https://raw.githubusercontent.com/nsisodiya/flux-inside-web-workers/master/arch.png)
# Demo
[http://nsisodiya.github.io/flux-inside-web-workers](http://nsisodiya.github.io/flux-inside-web-workers)
# Blog
[https://medium.com/@nsisodiya/flux-inside-web-workers-cc51fb463882](https://medium.com/@nsisodiya/flux-inside-web-workers-cc51fb463882)
## Requirements
```bash
npm install -g grunt-cli
npm install -g webpack
```
## Execution```bash
git clone [email protected]:nsisodiya/flux-inside-web-workers.git
cd flux-inside-web-workers
npm install
grunt
```
## Bridge API
In this project, I am using https://github.com/nsisodiya/bl-layer-loader for BL Layer and UI Layer communication !