/offline-first

Everything you need to know to create offline-first web apps.

MIT LicenseMIT

Offline-First Web Apps

Intro

"Web" and "online" are two closely associated terms, downright synonymous to many people. So why on earth would we talk about "offline" web technologies, and what does the term even mean?

via http://www.html5rocks.com/en/features/offline

Posts

Offline First - the new paradigm in web development done Neptune style (Njål Stabell - August 5, 2014)

Breaking Development: Offline First is the new Mobile First (Luke Wroblewski - July 29, 2014)

Service Worker - first draft published (Jake Archibald - May 8, 2014)

The BMEAN Stack and Offline-First Design (Daishi Kato - April 11, 2014)

Do HTML5 apps have to be online all the time? (Christian Heilmann - March 23rd, 2014)

Building an Offline First App with PouchDB (Tiffany Brown - March 10, 2014)

Will It Work If I'm Offline? (Jacob Søndergaard - March 3, 2014)

Introduction to Offline Web Apps on the Kindle Fire (Russell Beattie - January 30, 2014)

Designing Offline-First Web Apps (Alex Feyerke - December 4, 2013)

Offline First (Stuart Langridge - November 6, 2013)

Making the web work offline first (Marcel Kalveram - November 20, 2013)

Say Hello to Offline First (Dan Lash - November 5, 2013)

Offline First: Your Next Progressive Enhancement Technique? (Craig Buckler - October 30, 2013)

Appcache, not so much a douchebag as a complete pain in the #$%^ (John Allsopp - July 19, 2013)

Using HTML5 AppCache with Single Page Applications (Sergei Dorogin - March 29, 2013)

Application Cache is a Douchebag (Jake Archibald - May 08, 2012)

Appcache Facts

Chrome Offline Apps

Offline Support is Valuable, and You Can’t Add it Later (Aanand Prasad - August 13, 2011)

Offline Web Applications (Paul Rouget - January 7, 2010)

Talks

The Next Challenge of the Web is Us (Christian Heilmann - August 1, 2014)

Offline First (Alex Feyerke - July 17, 2014)

The ServiceWorker: The network layer is yours to own (Jake Archibald - June 25, 2014)

The Offline Web (Dale Harvey - June 20, 2014)

Say hello to offline first! (Ola Gasidlo - May 19, 2014)

Offline First (Web) Apps (Alex Feyerke - May 2, 2014)

Offline First – Made Simple! (Gregor Martynus - April 24, 2014)

Offline First Re-Imagining Web Development For The Real World (Caolan McMahon - March, 2014)

Bring NoSQL to your mobile (Patrick Heneise - December 16, 2013)

Network connectivity: optional (Jake Archibald - December 4, 2013)

Offline First (Jan Lehnardt - May 27, 2013)

AppCache: Douchebag (Jake Archibald - Jan 20, 2013)

Application Cache And Local Storage (Scott Davis - December 7 , 2012)

Offline Rules (Andrew Betts - December 4, 2012)

Offline First – A better HTML5 User Experience (Joe Lambert - November 26, 2012)

Building Web Apps of the future. Tomorrow, today and yesterday. (Paul Kinlan - November 12, 2012)

Taking Web Apps Offline (Kevin Markman - November 5, 2012)

Building Offline Web Apps with HTML5 (Jonathan Stark - July 25, 2012)

Getting off(line): appcache, localStorage for HTML5 apps that work offline (John Allsopp - July 3, 2012)

Tools

ApplicationCache: HTML5 provides an application caching mechanism that lets web-based applications run offline.

IndexedDB: IndexedDB is an API for client-side storage of significant amounts of structured data and for high performance searches on this data using indexes.

ServiceWorkers: A Service Worker inherits all the limitations and behaviors available to HTML5 Shared Workers. It can create XMLHttpRequests, use WebSockets, receive messages from windows and the browser, use IndexedDB, and post messages to other windows.

localForage: Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.

remoteStorage: remoteStorage enabled apps automatically sync your data across all of your devices, from desktop to tablet to smartphone, and even your TV.

pouchdb: PouchDB is an open-source JavaScript database inspired by Apache CouchDB that is designed to run well within the browser.

Offline.js: An awesome JavaScript library to improve the experience of your app when your users lose connection.

Hoodie: Hoodie is an Offline First and noBackend architecture for frontend-only web apps on the web and on iOS.

People

Maintained by

License

Licensed under the MIT license.

Copyright (c) 2014 @pazguille.