This demonstrates how easy it is to build Realtime Web applications with Kemal.
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.