Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f/kemal-react-chat
This demonstrates how easy it is to build Realtime Web applications with Kemal.
https://github.com/f/kemal-react-chat
Last synced: about 2 months ago
JSON representation
This demonstrates how easy it is to build Realtime Web applications with Kemal.
- Host: GitHub
- URL: https://github.com/f/kemal-react-chat
- Owner: f
- License: mit
- Created: 2016-02-04T15:13:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T06:28:10.000Z (over 8 years ago)
- Last Synced: 2024-10-12T13:11:00.405Z (2 months ago)
- Language: JavaScript
- Homepage: http://kemal-react-chat.herokuapp.com/
- Size: 51.8 KB
- Stars: 60
- Watchers: 6
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crystal - kemal-react-chat - Build Realtime Web applications with Kemal and React (Examples and funny stuff)
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.