Popularity
9.9
Growing
Activity
0.3
Declining
482
27
43
Programming language: Crystal
License: MIT License
Tags:
Examples And Funny Stuff
crystal-by-example alternatives and similar shards
Based on the "Examples and funny stuff" category.
Alternatively, view crystal-by-example alternatives based on common mentions on social networks and blogs.
-
lattice-core-card-game
A demo web app for (WebSocket-based) lattice-core -
crystal-benchmarks-game
The Computer Language Benchmarks Game -
kemal-react-chat
Build Realtime Web applications with Kemal and React -
kemal-ws-react-pg-todo-app
Realtime Todo application developed with Kemal, Websockets, React, ES2015 and PostgreSQL -
kemal-vue-chat
Build Realtime Web applications with Kemal and Vue.js -
kemal-react-pg-chat
Chat application developed with Kemal, React, ES2015 and PostgreSQL -
kemal_elm_chat
Simple chat server written with Kemal and Elm -
jihantoro.sd
Crystal & Kemal version of Serdar Dogruyol blog -
kemal-ws-todo-app
Realtime Todo application developed with Kemal and Websockets -
kemal-pg-sample
Sample app to demonstrate kemal + postgresql usage -
kemal-mysql-blog
Blog written with Crystal, Kemal and MySQL -
kemal-heroku-example
This repository shows, how you can publish your open source apps which powered kemal framework publish as heroku app in seconds -
crystal-mysql-crud-example
Crystal MySQL CRUD example -
chuck-norris-holy-quotes
Chuck Norris holy quotes -
kemal-ws-pg-todo-app
Realtime Todo application developed with Kemal, Websockets, jQuery, ES2015 and PostgreSQL -
jihantoro-cr-mysql
Crystal MySQL from scratch sample app -
crystal-website
Creating dynamic websites with Crystal and Kemal
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of crystal-by-example or a related project?
README
Crystal Programming Language Examples
- [Hello](hello/hello.cr)
- [Values](values/values.cr)
- [Variables](variables/variables.cr)
- [While](while/while.cr)
- [If-else](if-else/if-else.cr)
- [Case](case/case.cr)
- [Command Line Arguments](command-line-args/argv.cr)
- [Array](array/array.cr)
- [Tuple](tuple/tuple.cr)
- [Hash](hash/hash.cr)
- [Range](range/range.cr)
- [Def](def/def.cr)
- [Closures](closures/closures.cr)
- [Recursion](recursion/recursion.cr)
- [Struct](struct/struct.cr)
- [Abstract](abstract/abstract.cr)
- [Spawn](spawn/spawn.cr)
- [Channel](channel/channel.cr)
- [Buffered channel](buffered-channel/buffered-channel.cr)
- [Channel synchronization](channel-synchronization/channel-synchronization.cr)
- [Channel select](channel-select/channel-select.cr)
- Closing channels
- [Closing channels with control channel](closing-channels/closing-channels-nonatomic.cr)
- [Closing channels using receive?](closing-channels/closing-channels-nil.cr)
- [Closing channels using exception](closing-channels/closing-channels-exception.cr)
- [Tickers](tickers/tickers.cr)
- [Worker pools](worker-pools/worker-pools.cr)
- [Enumerable functions](enumerable-functions/enumerable-functions.cr)
- [Strings](strings/strings.cr)
- [Regular expressions](regular-expressions/regular-expressions.cr)
- [Json](json/json.cr)
- [Time](time/time.cr)
- [Epoch](epoch/epoch.cr)
- [Time formatting parsing](time-formatting-parsing/time-formatting-parsing.cr)
- [Random](random/random.cr)
- [Url parsing](url-parsing/url-parsing.cr)
- [Reading-files](reading-files/reading-files.cr)