kemal-react-chat

Version, currently master branch1 version
  • master branchlatestJul 17, 2016

github.com/f/kemal-react-chat

This demonstrates how easy it is to build Realtime Web applications with Kemal.

61 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  kemal-react-chat:
    github: f/kemal-react-chat
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Fatih Kadir Akın <fakin@protel.com.tr>

Dependencies

Runtime Dependencies

  • kemal*github: sdogruyol/kemal

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.