https://github.com/schlessera/gutenberg-firebase-integration
https://github.com/schlessera/gutenberg-firebase-integration
hacktoberfest
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/schlessera/gutenberg-firebase-integration
- Owner: schlessera
- License: mit
- Created: 2019-08-17T09:16:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T11:52:35.000Z (over 3 years ago)
- Last Synced: 2025-03-29T23:41:12.785Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage:
- Size: 1.59 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.