Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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