kemal-chat

Version, currently master branch1 version
  • master branchlatestMar 17, 2023

github.com/sdogruyol/kemal-chat

Sample application to demonstrate how easy it is to build realtime applications with Kemal using WebSocket.

65 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  kemal-chat:
    github: sdogruyol/kemal-chat
    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
no constraint declared
License
MIT
Author
sdogruyol
Target
  • kemal-chat from src/kemal_chat.cr

Dependencies

Runtime Dependencies

  • kemal*github: sdogruyol/kemal

README

Kemal Chat

Sample application to demonstrate how easy it is to build realtime applications with Kemal using WebSocket.

Installation

git clone https://github.com/sdogruyol/kemal-chat
cd kemal-chat && shards install
crystal run src/kemal_chat.cr

Usage

Go to http://localhost:3000/ to see it in action.

Kemal Chat Gif

Contributing

  1. Fork it ( https://github.com/sdogruyol/kemal-chat/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