Popularity
7.9
Stable
Activity
1.1
Stable
63
5
8
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 - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
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