This repository was archived by the owner on Sep 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Move app business logic to shared worker #32
Labels
Comments
kyoshino
added a commit
that referenced
this issue
Jan 22, 2016
kyoshino
added a commit
that referenced
this issue
Jan 30, 2016
kyoshino
added a commit
that referenced
this issue
Feb 2, 2016
kyoshino
added a commit
that referenced
this issue
Feb 3, 2016
kyoshino
added a commit
that referenced
this issue
Feb 3, 2016
The previous design: https://github.com/bzdeck/flaretail.js/wiki/App-Framework Maybe controllers should also be put in a worker, rather than having separate handlers. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
DataSource, Model and Collection should work in
service workersa shared worker. Also,FlareTail.app.Events
should be redesigned to handle inter-thread communications, usingBroadcast Channel API orChannel Messaging API.The text was updated successfully, but these errors were encountered: