Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/changjoo-park/kemal-vue-chat
- Owner: ChangJoo-Park
- License: mit
- Created: 2018-01-23T03:50:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T04:24:06.000Z (almost 7 years ago)
- Last Synced: 2024-11-02T13:34:01.641Z (11 days ago)
- Topics: crystal, crystal-language, kemal, vue2
- Language: Crystal
- Homepage: http://kemal-vue-chat.herokuapp.com/
- Size: 1.51 MB
- Stars: 31
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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