Skip to content

facundofarias/offline-first

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 

Repository files navigation

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

How Google and Mozilla are aiming to make web apps shine offline (Nick Heath - October 30, 2014)

Offline-first is people-first (Nolan Lawson - October 3, 2014)

Introducing Hoodie: Full Stack App Development for Front-End Developers (Alvaro Oliveira - September 24, 2014)

Offline-first: a new paradigm in web development (Boye Oomens - September 16, 2014)

Building A Simple Cross-Browser Offline To-Do List With IndexedDB And WebSQL (Matt Andrews - September 2, 2014)

Introducing MakeDrive (David Humphrey - August 25, 2014)

Working offline (August 12, 2014)

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)

Offline Patterns (Carlos Andreu - July 3, 2014)

Offline Web Applications (Jan Jongboom - May 23, 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: Learning from native experiences (Dion Almaer - 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)

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

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

Working connected to create offline (Christian Heilmann - November 24, 2014)

Offline first <3 (Ola Gasidlo - October 17, 2014)

The ServiceWorker is coming, look busy! (Jake Archibald - September 21, 2014)

Scaling Down: The Offline First Story (Joan Touzet - September 16, 2014)

Status Web Offline (Caolan McMahon - August 21, 2014)

Look Ma, No Connections! Building Offline-capable Web Apps with HTML5 (Bijan Vaez - August 1, 2014)

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)

Offline Web Applications (Jan Jongboom - May 23, 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)

Offline rules: Bleeding edge web standards at the Financial Times (Andrew Betts - April , 2013)

What's the right way to build offline into a web application? (Jake Archibald, Mark Christian, Alex Russell and Jonas Sicking - Febrary 9, 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)

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

MakeDrive: A cloud-based Dropbox® equivalent for browser filesystems. Designed for use with Mozilla Webmaker tools and services. See the Mozilla MakeDrive Wiki page for background info.

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.

Offline States: What show applications when we have not internet connection.

People

Maintained by

License

Licensed under the MIT license.

Copyright (c) 2014 @pazguille.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published