Skip to content

Commit

Permalink
Add basic README
Browse files Browse the repository at this point in the history
  • Loading branch information
alinz committed Oct 23, 2024
1 parent 00a4727 commit 1601291
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@

# Introduction

`bus` is a high-performance, persistent message bus designed for simplicity and flexibility by utilizing best of the server sent event and golang.
`bus` is a persistent message bus designed for simplicity and flexibility.

# Feature

- [x] Support subject pattern matching
- [x] Support ephemeral and durable consumers
- [x] Support durable queues to distribute the queue
- [x] Support and configure time to Redelivery in case of failure
- [x] Based on Server Sent Event and Http, it can be use and integrate with many languages and support on browsers
- [x] Support Request / Response pattern
- [x] Support N number of confirm acks, for syncrhoization of data

# Reference

Expand Down

0 comments on commit 1601291

Please sign in to comment.