Twine is the registry and router for multiple Rope servers. It's basically a web server with routing capabilities and a registry endpoint for kites connected to Rope servers via Redis.
$ crystal deps install
$ crystal build src/twine-server.cr --release
$ ./twine-server # will start twine server on 0.0.0.0:4000
$ crystal spec -v # to run specs after making changes
$ crystal run src/twine-server.cr # to build and start with latest changes
- Fork it ( https://github.com/ropelive/twine/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
- gokmen Gokmen Goksel - creator, maintainer
MIT (c) 2017 Rope