UpUp

UpUp

Make sure your sites work even when your users are offline

7 followers

Launch Team

What do you think? …

Tal Ater
Wow! Deciding to quit a great job to focus full-time on open source development, has been one of the craziest, scariest decisions I've ever made. Today is actually my last day in the office, and I've locked myself away in a quiet room to write these lines (and hyperventilate with excitement). My goal with UpUp, like my other open source work, has been to make using cutting-edge web technologies easy and approachable for all developers. I hope I've succeeded, and I hope you'll share with me how you've used it. Thank you for writing about UpUp. I couldn't ask for a nicer gift as I embark on this adventure, or a better way to tell my new wife I'm not crazy after all!
Robleh Jama
@talater Congrats!!
Tal Ater
@robjama Thank you, and thanks for the hunt!
Jacob Bendicksen
@talater Best of luck! UpUp seems like a really, really cool concept, as well.
Mateusz Zatorski
@talater great project! and it seems like you are not the only crazy one https://medium.com/@knowbody/why...
Artur Kiulian
@talater Interesting, how does it work? through the browser cache?
Tal Ater
@arturkiulian It actually uses a brand new caching API (with a fallback for older browsers) to manage the cache, and the new ServiceWorkers APIs to capture connection errors and serve cached results instead.
Artur Kiulian
@talater This is super awesome, how'd you guys stumble on this idea? :)
Tal Ater
@arturkiulian I learned about Service Workers from an awesome Google I/O talk I attended last year by Alex Russell and Jake Archibald. They did a lot of awesome work. UpUp is just a way to make it all accessible to all developers in an approachable way, while I take care of all the technical headaches.
Blaine Hatab
@talater Big thanks for this, it's fantastic. Curious what the new caching API called though? I'm only familiar with local storage, indexedDB, and application cache.
Tal Ater
@blainehatab It uses the CacheStorage Interface of the new Service Workers http://slightlyoff.github.io/Ser... UpUp - I read specs, so you don't have to :)
Fred Rivett
Wow, @talater, this looks awesome! Can I ask (feel free to say none of my business), how do you intend on supporting yourself financially?
Tal Ater
@fredrivett My wife has asked me to reply to your question ASAP :) The plan is to develop free open source products that solve the problem for a large number of users, while offering paid enterprise versions for those who need special features and long term support. Mike Perham, creator of sidekiq has been a huge inspiration for this. The specifics of the plan are still a work in progress.