hoodie-app-tracker: not working
https://tracker.hood.ie/ just fails. Err: connection refused
in chrome
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 16 (16 by maintainers)
https://tracker.hood.ie/ just fails. Err: connection refused
in chrome
🎆 Woo, thanks for finding the time! And nice to hear your good news on twitter, all the best to you all. 👍. So we’ve done it, offline first demo progressive web app with service worker and app manifest goodies!
@fozy81 Thanks for looking into it! I’d like to try something else but need a moment myself to have a look into it. I’ll be very busy until Thursday, I’ll get back to you then 😃
I’m sorry I should have been more clear. When you install Hoodie locally on your machine it is using
pouchdb-adapter-fs
as a drop-in replacement for CouchDB to make the install easier. We can use the very same adapter on Glitch because Glitch allows for write access to the file system. So we don’t need CouchDB but still have permanent saving of data. It just isn’t very performant but should be good enough 😃