f / kemal-react-chat

This demonstrates how easy it is to build Realtime Web applications with Kemal.
http://kemal-react-chat.herokuapp.com/
MIT License
60 stars 4 forks source link

React + Kemal Chat Example

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.