Skip to content

kemalyst/chat-kemalyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.