Skip to content

Files

Latest commit

6bd649e · Jun 29, 2016

History

History
22 lines (13 loc) · 751 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 751 Bytes

React + Kemalyst Chat Example

Build Status

This is a fork of the React + Kemal Chat example found here

Chat app using React + Kemal.

Adapted to work with Kemalyst

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

Install & Run

Kemalyst is written in Crystal Programming Language you need to have it installed on your machine.

shards install
crystal src/app.cr

Go to http://localhost:3000 to see it in action.