https://github.com/jlengstorf/gatsby-hasura-realtime-app
Vladimir Novick and Jason Lengstorf built this app on a livestream. Watch it here:
https://github.com/jlengstorf/gatsby-hasura-realtime-app
apollo-client gatsby graphql-subscriptions hasura hasura-graphql
Last synced: 7 months ago
JSON representation
Vladimir Novick and Jason Lengstorf built this app on a livestream. Watch it here:
- Host: GitHub
- URL: https://github.com/jlengstorf/gatsby-hasura-realtime-app
- Owner: jlengstorf
- License: mit
- Created: 2019-03-14T22:56:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T23:02:50.000Z (over 6 years ago)
- Last Synced: 2025-03-09T01:46:48.755Z (7 months ago)
- Topics: apollo-client, gatsby, graphql-subscriptions, hasura, hasura-graphql
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=HTEGGndT3zY&t=0s&list=PLz8Iz-Fnk_eTpvd49Sa77NiF8Uqq5Iykx&index=2
- Size: 268 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog w/Realtime Comments Using Hasura + Gatsby
This is an app that was built on [Jason’s livestream, _Learn With Jason_][livestream].
[Watch the livestream][livestream] to learn how to build this yourself.
[livestream]: https://www.youtube.com/watch?v=HTEGGndT3zY&t=0s&list=PLz8Iz-Fnk_eTpvd49Sa77NiF8Uqq5Iykx&index=2
## NOTE: This App Needs Better Authentication
Currently, this app uses the `GATSBY_HASURA_GRAPHQL_ADMIN_SECRET` value to access the Hasura GraphQL API. This is fine for a demo, but **it is not secure for a production app.**
See [Hasura’s docs on authentication](https://docs.hasura.io/1.0/graphql/manual/auth/index.html) to make sure your app is production-ready.