An example of behaviour pattern with a dummy server
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
Archivist 2626c35898 Fix typo 2 yıl önce
scripts Made things a bit cleaner 2 yıl önce
spec 3 tiers 2 yıl önce
src Made things a bit cleaner 2 yıl önce
.editorconfig 3 tiers 2 yıl önce
.gitignore 3 tiers 2 yıl önce
.travis.yml 3 tiers 2 yıl önce
LICENSE 3 tiers 2 yıl önce
README.md Fix typo 2 yıl önce
shard.lock 3-tier w/ behaviours 2 yıl önce
shard.yml 3-tier w/ behaviours 2 yıl önce

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