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