An open API service indexing awesome lists of open source software.

https://github.com/remind101/hutch-lite

A lightweight version of hutch for publishing messages in a thread safe manner.
https://github.com/remind101/hutch-lite

Last synced: 11 months ago
JSON representation

A lightweight version of hutch for publishing messages in a thread safe manner.

Awesome Lists containing this project

README

          

# Hutch Lite

A lightweight version of [Hutch](https://github.com/gocardless/hutch) for publishing messages in a thread safe
manner.

## Usage

```ruby
Hutch.publish('api.foo.bar', body: 'Do something')
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request