React + Kemal Chat Example

February 4, 2016 ยท View on GitHub

Imgur

Chat app using React + Kemal.

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.