rocky alternatives and similar shards
Based on the "Examples and funny stuff" category.
Alternatively, view rocky alternatives based on common mentions on social networks and blogs.
-
kemal-chat
Sample application to demonstrate how easy it is to build realtime applications with Kemal using WebSocket. -
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.
* 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 rocky or a related project?
README
Introduction
React Over Crystal, Kemal, & Yarn
Current version is 1.1.0
See the Full Documentation http://rocky.codingphase.com/
Welcome to the ROCKY Stack
I built this as an experiment to put together the best libraries to build a modern yet simple stack.
I chose to base my stack
React - Solid front end framework backed by Facebook
Crystal - A powerful new language with syntax similar to ruby but is as fast as "C"
Kemal - Super light weight http framework made by Serdar Doğruyol
Yarn - The fastest package manager also made by Facebook
Installation
Follow the code on the right for the installation commands that you will have to run on your operating systems terminal / console.
Requirements
Rocky Project
git clone https://github.com/codingphasedotcom/rocky
Download or clone the ROCKY Project
https://github.com/codingphasedotcom/rocky
homebrew for mac
OS X (Mac)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Homebrew
brew update
brew install crystal-lang
brew install yarn
Make sure you have homebrew
Ubuntu / Linux
curl https://dist.crystal-lang.org/apt/setup.sh | sudo bash
sudo apt-get install crystal
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
Debian / Ubuntu
For other OSes and distros check the official documentation.
https://yarnpkg.com/en/docs/install#linux-tab
Dependencies
Get Crystal Dependencies
#terminal
shards install
Get all the "Backend" crystal dependencies
Get Yarn Dependencies
#terminal
yarn install
Get all the "Frontend" dependencies
Get Gulp
npm install --global gulp-cli
Install Gulp to be your task runner.
Getting Started
#terminal
yarn run server
To test everything is good run the server.
Now if you visit http://localhost:3000/
you should see the welcome home page