Popularity
7.9
Declining
Activity
0.0
Stable
58
3
4
Programming language: JavaScript
License: MIT License
Tags:
Examples And Funny Stuff
kemal-react-chat alternatives and similar shards
Based on the "Examples and funny stuff" category.
Alternatively, view kemal-react-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-ws-react-pg-todo-app
Realtime Todo application developed with Kemal, Websockets, React, ES2015 and PostgreSQL -
kemal-vue-chat
Build Realtime Web applications with Kemal and Vue.js -
kemal-react-pg-chat
Chat application developed with Kemal, React, ES2015 and PostgreSQL -
kemal_elm_chat
Simple chat server written with Kemal and Elm -
kemal-ws-todo-app
Realtime Todo application developed with Kemal and Websockets -
kemal-pg-sample
Sample app to demonstrate kemal + postgresql usage -
kemal-mysql-blog
Blog written with Crystal, Kemal and MySQL -
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-react-chat or a related project?
README
React + Kemal Chat Example
This demonstrates how easy it is to build Realtime Web applications with Kemal.
Install & Run
Kemal is written in Crystal Programming Language you need to have it installed on your machine.
git clone https://github.com/f/kemal-react-chat
cd kemal-react-chat && shards install
crystal src/app.cr
Go to http://localhost:3000
to see it in action.