All Projects → spider-gazelle → Spider Gazelle

spider-gazelle / Spider Gazelle

Licence: wtfpl
A Rails esque web framework with a focus on speed and extensibility for crystal lang

Programming Languages

crystal
512 projects

Spider-Gazelle Application Template

Build Status

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/

Spider-Gazelle builds on the amazing performance of router.cr here.🚀

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].