kemal-react-chat
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.