Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.