All Projects → ThreeDotsLabs → watermill-http

ThreeDotsLabs / watermill-http

Licence: MIT License
HTTP Pub/Sub for the Watermill project.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to watermill-http

watermill-amqp
AMQP Pub/Sub for the Watermill project.
Stars: ✭ 27 (+68.75%)
Mutual labels:  events, pubsub, watermill
Go Sdk
Dapr SDK for go
Stars: ✭ 149 (+831.25%)
Mutual labels:  events, pubsub
Rocketman
🚀 Rocketman help build event-based/pub-sub code in Ruby
Stars: ✭ 139 (+768.75%)
Mutual labels:  events, pubsub
evon
Fast and versatile event dispatcher code generator for Golang
Stars: ✭ 15 (-6.25%)
Mutual labels:  events, pubsub
Pg Listen
📡 PostgreSQL LISTEN & NOTIFY for node.js that finally works.
Stars: ✭ 348 (+2075%)
Mutual labels:  events, pubsub
Samples
Community driven repository for Dapr samples
Stars: ✭ 104 (+550%)
Mutual labels:  events, pubsub
micro-typed-events
The smallest, most convenient typesafe TS event emitter you'll ever need
Stars: ✭ 39 (+143.75%)
Mutual labels:  events, pubsub
Twitchlib
C# Twitch Chat, Whisper, API and PubSub Library. Allows for chatting, whispering, stream event subscription and channel/account modification. Supports .NET Core 2.0
Stars: ✭ 519 (+3143.75%)
Mutual labels:  events, pubsub
dead-simple
💀💡 Dead simple PubSub and EventEmitter in JavaScript
Stars: ✭ 21 (+31.25%)
Mutual labels:  events, pubsub
dry-events
Pub/sub system
Stars: ✭ 102 (+537.5%)
Mutual labels:  events, pubsub
pg-pubsub
Reliable PostgreSQL LISTEN/NOTIFY with inter-process lock support
Stars: ✭ 50 (+212.5%)
Mutual labels:  events, pubsub
Wisper
A micro library providing Ruby objects with Publish-Subscribe capabilities
Stars: ✭ 3,014 (+18737.5%)
Mutual labels:  events, pubsub
Watermill
Building event-driven applications the easy way in Go.
Stars: ✭ 3,504 (+21800%)
Mutual labels:  events, watermill
angular-PubSub
Angular 1.x implementation of the Publish–Subscribe pattern.
Stars: ✭ 32 (+100%)
Mutual labels:  events, pubsub
watermill-sql
SQL Pub/Sub for the Watermill project.
Stars: ✭ 39 (+143.75%)
Mutual labels:  events, watermill
watermill-nats
NATS Pub/Sub for the Watermill project.
Stars: ✭ 25 (+56.25%)
Mutual labels:  events, watermill
psql-streamer
Stream database events from PostgreSQL to Kafka
Stars: ✭ 37 (+131.25%)
Mutual labels:  events
react-bus
A global event emitter for react.
Stars: ✭ 34 (+112.5%)
Mutual labels:  pubsub
httpubsub
Basic Pub/Sub over HTTP/S
Stars: ✭ 22 (+37.5%)
Mutual labels:  pubsub
wishbone
A Python framework to build composable event pipeline servers with minimal effort.
Stars: ✭ 42 (+162.5%)
Mutual labels:  events

Watermill HTTP Pub/Sub

CircleCI Go Report Card

This is Pub/Sub for the Watermill project.

All Pub/Sub implementations can be found at https://watermill.io/pubsubs/.

Watermill is a Go library for working efficiently with message streams. It is intended for building event driven applications, enabling event sourcing, RPC over messages, sagas and basically whatever else comes to your mind. You can use conventional pub/sub implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case.

Documentation: https://watermill.io/

Getting started guide: https://watermill.io/docs/getting-started/

Issues: https://github.com/ThreeDotsLabs/watermill/issues

Contributing

All contributions are very much welcome. If you'd like to help with Watermill development, please see open issues and submit your pull request via GitHub.

Support

If you didn't find the answer to your question in the documentation, feel free to ask us directly!

Please join us on the #watermill channel on the Gophers slack: You can get an invite here.

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].