An example of behaviour pattern with a dummy server
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
Archivist 2626c35898 Fix typo 2年前
scripts Made things a bit cleaner 2年前
spec 3 tiers 2年前
src Made things a bit cleaner 2年前
.editorconfig 3 tiers 2年前
.gitignore 3 tiers 2年前
.travis.yml 3 tiers 2年前
LICENSE 3 tiers 2年前
README.md Fix typo 2年前
shard.lock 3-tier w/ behaviours 2年前
shard.yml 3-tier w/ behaviours 2年前

README.md

three-tier

Installation

  • Install liblua and crystal
  • Run shards install to get the dependencies
  • Run with crystal run src/three-tier.cr

Hacking around

Change the script in ./scripts/ to alter the behaviour.

Contributors