Popularity
7.7
Stable
Activity
0.0
Stable
60
6
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.
-
kemal-chat
Sample application to demonstrate how easy it is to build realtime applications with Kemal using WebSocket. -
kemal-ws-react-pg-todo-app
Realtime Todo application developed with Kemal, React, ES2015 and PostgreSQL -
kemal-heroku-example
Kemal is super simple web framework powered Crystal lang. These repo show's how to use with heroku. -
kemal-ws-pg-todo-app
Realtime Todo application developed with Kemal, Websockets, ES2015 and PostgreSQL
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
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.