kemal-vue-chat

Version, currently master branch1 version
  • master branchlatestJan 23, 2018

github.com/ChangJoo-Park/kemal-vue-chat

this is experimental repo for Kemal and Vue.js (+ WebSocket)

33 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  kemal-vue-chat:
    github: ChangJoo-Park/kemal-vue-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
0.24.1
License
MIT
Author
ChangJoo Park <changjoo.park@partner.so>
Target
  • kemal-vue-chat from src/kemal-vue-chat.cr

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal

README

# Kemal + Vue.js Chat Example

![Kemal+Vue.js](https://i.imgur.com/qRRzyJZ.gif)

Chat app using [Kemal](http://kemalcr.com/) + [Vue.js](https://vuejs.org/).

this is inspired by [React + Kemal Chat Example](https://github.com/f/kemal-react-chat/).

## Install & Run

```terminal
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

- [[ChangJoo Park]](https://github.com/ChangJoo-Park) ChangJoo Park - creator, maintainer