We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Real-time, offline-capable, noBackend web apps with Firebase

Formale Metadaten

Titel
Real-time, offline-capable, noBackend web apps with Firebase
Serientitel
Anzahl der Teile
163
Autor
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Let's write a web-app that can be pushed to in real-time from other users, survive offline and- oh darn that'll take us ages just to get the C#/Java/Node.js project set up! We'll need to select and install a SQL DB or a fancy document store too. And we'll need to either write or choose a library to sync data from the server to the browser in case the browser goes offline. Don't fret though, because with noBackend web apps we don't need no stinkin' server, we can write all our code for the browser! David will be live coding a collaborative drawing application that shows others drawing in real-time together with you. If you go offline you'll still be able to draw and when you reconnect your changes will be automatically synced back to the server. He'll do all this without ever writing a single line of server-side code.