chat

Version, currently master branch1 version
  • master branchlatestSep 5, 2017

github.com/zekitow/crystal-simple-chat-example

Just a simple chat developed to learn a little about Kemal and Crystal.

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  chat:
    github: zekitow/crystal-simple-chat-example
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.23.1
License
MIT
Author
José Ribeiro
Target
  • chat from src/chat.cr

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal, branch: master

README

Chat

Just a simple chat developed to learn a little about Kemal and Crystal.

Installation

  1. Install Crystal as the following
  2. git clone https://github.com/zekitow/crystal-simple-chat-example.git
  3. cd crystal-simple-chat-example
  4. shards install
  5. crystal run src/chat.cr
  6. Open the app url

Contributing

  1. Fork it (https://github.com/zekitow/crystal-simple-chat-example/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • [zekitow] José Ribeiro - creator, maintainer