Popularity
9.2
Stable
Activity
0.0
Stable
167
7
8
Programming language: Crystal
License: Do What The F*ck You Want To Public License
Tags:
Web Frameworks
spider-gazelle alternatives and similar shards
Based on the "Web Frameworks" category.
Alternatively, view spider-gazelle alternatives based on common mentions on social networks and blogs.
-
lucky
A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts. -
amber
A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance. -
amethyst
Amethyst is a Rails inspired web-framework for Crystal language -
kemalyst
A Rails like framework inspired by Kemal but includes the kitchen sink -
moonshine
Web framework for Crystal language [DEPRECATED in favour of kemal] -
lattice-core
A WebSocket-first object-oriented framework for Crystal -
carbon-crystal
Carbon Crystal - Web framework for Crystal Lang -
runcobo
An api framework with type-safe params, elegant json serializer. Thanks for enjoying it! ๐ป๐ป https://runcobo.github.io/docs/ -
Shivneri
Component based MVC web framework based on fort architecture targeting good code structures, modularity & performance. -
luckyframework
Fast, maintainable and confidence boosting web framework
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of spider-gazelle or a related project?
README
Spider-Gazelle Application Template
Clone this repository to start building your own spider-gazelle based application. This is a template and as such, Do What the Fuck You Want To
Documentation
Detailed documentation and guides available: https://spider-gazelle.net/
- Action Controller base class for building Controllers
- Active Model base class for building ORMs
- Habitat configuration and settings for Crystal projects
- router.cr base request handling
- Radix Radix Tree implementation for request routing
- HTTP::Server built-in Crystal Lang HTTP server
- Request
- Response
- Cookies
- Headers
- Params etc
Spider-Gazelle builds on the amazing performance of router.cr here.:rocket:
Testing
crystal spec
- to run in development mode
crystal ./src/app.cr
Compiling
crystal build ./src/app.cr
Deploying
Once compiled you are left with a binary ./app
- for help
./app --help
- viewing routes
./app --routes
- run on a different port or host
./app -b 0.0.0.0 -p 80