https://github.com/ww24/pubsub-gateway
Cloud Pub/Sub gateway
https://github.com/ww24/pubsub-gateway
cloud-pubsub
Last synced: 5 months ago
JSON representation
Cloud Pub/Sub gateway
- Host: GitHub
- URL: https://github.com/ww24/pubsub-gateway
- Owner: ww24
- License: mit
- Created: 2020-02-12T15:35:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T01:32:18.000Z (over 3 years ago)
- Last Synced: 2025-04-08T16:54:54.158Z (about 1 year ago)
- Topics: cloud-pubsub
- Language: Go
- Homepage:
- Size: 305 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pubsub-gateway
===
[![Go Reference][go-dev-img]][go-dev-url]
![Test][github-actions-img]
Gateway to publish events into Cloud Pub/Sub topic.
[![dockeri.co][dockeri-img]][dockeri-url]
## Use case
- Web client want to publish events.
- Cloud Pub/Sub do not support CORS.
- Do not want to permit Cloud Pub/Sub resources to end-user.
[github-actions-img]: https://github.com/ww24/pubsub-gateway/workflows/Test/badge.svg?branch=master
[dockeri-img]: https://dockeri.co/image/ww24/pubsub-gateway
[dockeri-url]: https://hub.docker.com/r/ww24/pubsub-gateway
[go-dev-img]: https://pkg.go.dev/badge/github.com/ww24/pubsub-gateway.svg
[go-dev-url]: https://pkg.go.dev/github.com/ww24/pubsub-gateway