https://github.com/davydovanton/anystream
Experiment ruby streaming framework
https://github.com/davydovanton/anystream
Last synced: 3 months ago
JSON representation
Experiment ruby streaming framework
- Host: GitHub
- URL: https://github.com/davydovanton/anystream
- Owner: davydovanton
- License: mit
- Created: 2018-10-31T12:34:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T17:16:50.000Z (over 6 years ago)
- Last Synced: 2025-02-25T11:22:04.257Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Anystream
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'anystream'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install anystream
## Usage
### Initialization
### Consumer
### Producer
### Events## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the Anystream project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/davydovanton/anystream/blob/master/CODE_OF_CONDUCT.md).