gundb
gundb
This is a port of gundb written in Crystal.
Road Map
I'm shooting for a minimum viable product here without too many bells and whistles.
- [x] port gundb's sample project
- [ ] write a formal-ish communication PROTOCOL.md. There's stuff floating around but nothing succinct with retro ASCII illustrations.
- [ ] clean up my hacky crystal code and abstract the gun logic into some usable modules
- [ ] with tests
- [ ] create a gundb client
- [ ] change this repo into a crystal library instead of an app.
Installation
TODO: Write installation instructions here
Usage
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/neutrinog/gundb/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Joel - creator and maintainer