An example of behaviour pattern with a dummy server
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
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