An example of behaviour pattern with a dummy server
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
Archivist 2626c35898 Fix typo před 2 roky
scripts Made things a bit cleaner před 2 roky
spec 3 tiers před 2 roky
src Made things a bit cleaner před 2 roky
.editorconfig 3 tiers před 2 roky
.gitignore 3 tiers před 2 roky
.travis.yml 3 tiers před 2 roky
LICENSE 3 tiers před 2 roky
README.md Fix typo před 2 roky
shard.lock 3-tier w/ behaviours před 2 roky
shard.yml 3-tier w/ behaviours před 2 roky

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