# kemal-react-chat **Repository Path**: mirrors_f/kemal-react-chat ## Basic Information - **Project Name**: kemal-react-chat - **Description**: This demonstrates how easy it is to build Realtime Web applications with Kemal. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React + Kemal Chat Example ![Imgur](http://i.imgur.com/1hJIcKo.gif) Chat app using [React](https://facebook.github.io/react/) + [Kemal](http://kemalcr.com). This demonstrates how easy it is to build Realtime Web applications with Kemal. ## Install & Run [Kemal](http://kemalcr.com) is written in [Crystal Programming Language](http://crystal-lang.org/) 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.