Popularity
5.8
Declining
Activity
0.0
Stable
33
0
2
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.
-
lattice-core-card-game
A demo web app for (WebSocket-based) lattice-core -
kemal-react-chat
Build Realtime Web applications with Kemal and React -
kemal-ws-react-pg-todo-app
Realtime Todo application developed with Kemal, Websockets, React, ES2015 and PostgreSQL -
kemal-react-pg-chat
Chat application developed with Kemal, React, ES2015 and PostgreSQL -
kemal-mysql-blog
Blog written with Crystal, Kemal and MySQL -
kemal-pg-sample
Sample app to demonstrate kemal + postgresql usage -
kemal-ws-todo-app
Realtime Todo application developed with Kemal and Websockets -
kemal-heroku-example
This repository shows, how you can publish your open source apps which powered kemal framework publish as heroku app in seconds -
crystal-mysql-crud-example
Crystal MySQL CRUD example -
chuck-norris-holy-quotes
Chuck Norris holy quotes -
kemal-ws-pg-todo-app
Realtime Todo application developed with Kemal, Websockets, jQuery, ES2015 and PostgreSQL -
jihantoro-cr-mysql
Crystal MySQL from scratch sample app -
crystal-website
Creating dynamic websites with Crystal and Kemal
Get performance insights in less than 4 minutes.
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Promoted
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of kemal-vue-chat or a related project?
README
Kemal + Vue.js Chat Example
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
- Fork it ( https://github.com/ChangJoo-Park/kemal-vue-chat/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- [ChangJoo Park] ChangJoo Park - creator, maintainer