Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/austintackaberry/ipso-pubsub
https://github.com/austintackaberry/ipso-pubsub
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/austintackaberry/ipso-pubsub
- Owner: austintackaberry
- Created: 2023-02-05T20:57:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T06:02:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T15:26:56.360Z (2 months ago)
- Language: TypeScript
- Size: 214 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloud Run Pub/Sub Tutorial Sample
This sample shows how to create a service that processes Pub/Sub messages.
Use it with the [Cloud Pub/Sub with Cloud Run tutorial](http://cloud.google.com/run/docs/tutorials/pubsub).
For more details on how to work with this sample read the [Google Cloud Run Node.js Samples README](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/main/run).
## Dependencies
* **express**: Web server framework.
* **mocha**: [development] Test running framework.
* **supertest**: [development] HTTP assertion test client.