Popularity
5.3
Growing
Activity
0.0
Stable
32
1
1

Programming language: Crystal
License: MIT License
Tags: Examples And Funny Stuff    

kemal-vue-chat alternatives and similar shards

Based on the "Examples and funny stuff" category.
Alternatively, view kemal-vue-chat alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of kemal-vue-chat or a related project?

Add another 'Examples and funny stuff' Shard

README

Kemal + Vue.js Chat Example

Kemal+Vue.js

Chat app using Kemal + Vue.js.

this is inspired by React + Kemal Chat Example.

Install & Run

git clone https://github.com/ChangJoo-Park/kemal-vue-chat.git
cd kemal-vue-chat && shards install
crystal src/kemal-vue.chat.cr # or using sentry

Contributing

  1. Fork it ( https://github.com/ChangJoo-Park/kemal-vue-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