-
Notifications
You must be signed in to change notification settings - Fork 0
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
Test async-index-and-search with two service workers #8
Comments
@fergiemcdowall Service workers looks interesting.
https://www.digitalocean.com/community/tutorials/demystifying-the-service-worker-lifecycle I was thinking I should test that it can actually work, and then maybe make a library for service workers for search-index when v2.x.x is out. |
With this we can make a offline-first and the basis for non-blocking UI for search-index, and have it framework agnostic. So easier to make a browser application and still your choice of what to use to develop the application. |
Seems only one service worker can be added to an app for what my purposes are: |
Seems the idea is to add the possibility of running a worker / sharedWorker from a service worker, but not implemented yet. |
Hmm, seems it might actually be possible??? Will try |
@eklem yes, very interesting! |
I'll explore =) If it works out, it could maybe take JSON input and give JSON output as a browser version of Norch. |
One for indexing and one for searching?
The text was updated successfully, but these errors were encountered: