An open API service indexing awesome lists of open source software.

https://github.com/schlessera/gutenberg-firebase-integration


https://github.com/schlessera/gutenberg-firebase-integration

hacktoberfest

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Building a Realtime Status Page using the Combined Power of Gutenberg and Firebase

> This is the example code repository for a talk held at [WordCamp Brighton 2019](https://2019.brighton.wordcamp.org/).
> Slides can be found here: [https://schlessera.github.io/wcbtn-2019/](https://schlessera.github.io/wcbtn-2019/)

Modern infrastructure technologies like serverless computing and real-time databases offer a huge potential for new and improved online user experiences.

In this session, we’ll go through a practical use case to find out how we can harness their power in the context of WordPress.

We’ll build a Gutenberg block that shows status updates, to be incorporated into a status page. We’ll use serverless computing to allow adding status updates via a Slack command, and we’ll use a real-time database so that all visitors receive these updates in real-time without any impact on our WordPress server.