Kemal web server waiting for posts to execute a local command. (extremely overengineered :)
Install crystal.
crystal run src/executor.cr
or build and run after the compiled version :)
shards install
and you should be good to go :)
(you might need to install libyaml-dev
or its equivalent in your OS if it fails at building ameba)
- Fork it (https://github.com/crubalcaba/executor/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
- Carlos Rubalcaba - creator and maintainer