Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grkek/bloom
An implementation of a Twirp server
https://github.com/grkek/bloom
Last synced: 15 days ago
JSON representation
An implementation of a Twirp server
- Host: GitHub
- URL: https://github.com/grkek/bloom
- Owner: grkek
- License: mit
- Created: 2023-09-18T13:44:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-21T01:39:09.000Z (over 1 year ago)
- Last Synced: 2024-10-25T01:28:14.209Z (2 months ago)
- Language: Crystal
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bloom
An implementation of a Twirp server
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
bloom:
github: grkek/bloom
```2. Run `shards install`
## Usage
See the example folder for usage
## 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 a new Pull Request## Contributors
- [Giorgi Kavrelishvili](https://github.com/grkek) - creator and maintainer