kemal-chat
Kemal Chat
Sample application to demonstrate how easy it is to build realtime applications with Kemal using WebSocket.
Installation
git clone https://github.com/sdogruyol/kemal-chat
cd kemal-chat && shards install
crystal run src/kemal_chat.cr
Usage
Go to http://localhost:3000/
to see it in action.
Contributing
- Fork it ( https://github.com/sdogruyol/kemal-chat/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- [sdogruyol] Sdogruyol - creator, maintainer