Skip to content
railsengines.com

Cloudenvoy

Cross-application messaging for Ruby and Rails using Google Cloud Pub/Sub

No ratings yet
Gem
cloudenvoy
Repository
keypup-io/cloudenvoy
License
MIT
Stars
38
Added
August 14, 2026

About

Cross-application messaging for Ruby and Rails using Google Cloud Pub/Sub

Cloudenvoy provides an easy to use interface to GCP Pub/Sub. Using Cloudenvoy you can simplify cross-application event messaging by using a publish/subscribe approach. Pub/Sub is particularly suited for micro-service architectures where a great number of components need to be aware of other components' activities. In these architectures using point to point communication via API can quickly become messy and hard to maintain due to the number of interconnections to maintain.

Installing it

ruby
# Gemfile
gem "cloudenvoy"

Details

38 stars on GitHub · MIT licensed · maintained by keypup-io. Source: https://github.com/keypup-io/cloudenvoy

Discussion (0)

Sign in to join the discussion.

No comments yet.