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