Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdogruyol/kemal-chat
Sample application to demonstrate how easy it is to build realtime applications with Kemal using WebSocket.
https://github.com/sdogruyol/kemal-chat
Last synced: about 1 month ago
JSON representation
Sample application to demonstrate how easy it is to build realtime applications with Kemal using WebSocket.
- Host: GitHub
- URL: https://github.com/sdogruyol/kemal-chat
- Owner: sdogruyol
- License: mit
- Created: 2015-12-20T11:39:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T09:34:31.000Z (over 1 year ago)
- Last Synced: 2024-08-03T17:12:50.736Z (4 months ago)
- Language: HTML
- Size: 284 KB
- Stars: 63
- Watchers: 5
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crystal - kemal-chat - Build realtime applications with Kemal and WebSocket (Examples and funny stuff)
README
# Kemal Chat
Sample application to demonstrate how easy it is to build realtime applications with [Kemal](https://github.com/sdogruyol/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.
![Kemal Chat Gif](/images/kemal-chat.gif)
## Contributing
1. Fork it ( https://github.com/sdogruyol/kemal-chat/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request## Contributors
- [[sdogruyol]](https://github.com/sdogruyol) Sdogruyol - creator, maintainer