Popularity
7.9
Growing
Activity
1.1
Stable
65
4
7
Programming language: HTML
License: MIT License
Tags:
Examples And Funny Stuff
kemal-chat alternatives and similar shards
Based on the "Examples and funny stuff" category.
Alternatively, view kemal-chat alternatives based on common mentions on social networks and blogs.
-
kemal-ws-react-pg-todo-app
Realtime Todo application developed with Kemal, React, ES2015 and PostgreSQL -
kemal-heroku-example
Kemal is super simple web framework powered Crystal lang. These repo show's how to use with heroku. -
kemal-ws-pg-todo-app
Realtime Todo application developed with Kemal, Websockets, ES2015 and PostgreSQL
InfluxDB โ Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of kemal-chat or a related project?
README
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