Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/changjoo-park/kemal-vue-chat

this is experimental repo for Kemal and Vue.js (+ WebSocket)
https://github.com/changjoo-park/kemal-vue-chat

crystal crystal-language kemal vue2

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

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