saiyan

Version, currently master branch1 version
  • master branchlatestNov 26, 2016

github.com/travisofthenorth/saiyan

Testing crystal/kemal. This app does absolutely nothing useful.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  saiyan:
    github: travisofthenorth/saiyan
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Travis Hunter

Dependencies

Runtime Dependencies

  • kemal*github: sdogruyol/kemal, branch: master

README

saiyan

The strongest and fastest API gateway in the universe.

Getting started - The Docker way

make build
make up

Getting started - The old fashioned way

Install crystal:

brew update
brew install crystal-lang

Then check out the codez, and from the root directory of the codez:

shards install
crystal build --release src/saiyan.cr
./saiyan