Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web worker support? #28

Open
petehunt opened this issue Jun 11, 2014 · 1 comment
Open

Web worker support? #28

petehunt opened this issue Jun 11, 2014 · 1 comment

Comments

@petehunt
Copy link

Not sure if this is in scope, but it would be very cool (and easy I think) if Fluxxor supported running in a web worker. That way your "business logic" (which likely contains a lot of data) can exist off of the main thread, avoiding GC pauses and long processing times if they exist.

@BinaryMuse
Copy link
Owner

I haven't done a whole lot of work with web workers, but the idea is very interesting. I'll do some research and see what this might look like. (Any tips you might have are welcome. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants