This sample shows how to create a service that processes Pub/Sub messages.
Use it with the Cloud Pub/Sub with Cloud Run tutorial.
For more details on how to work with this sample read the Google Cloud Run Node.js Samples README.
- express: Web server framework.
- body-parser: express middleware for request payload processing.
- mocha: [development] Test running framework.
- supertest: [development] HTTP assertion test client.