Getting Started
Welcome to Jazzy Framework, the productive web framework for Nim geared towards speed and developer happiness.
Quick Start
Get your API up and running in less than a minute.
# Install Jazzy CLInimble install jazzy
# Create a new projectjazzy new my-app
# Run the servercd my-appnimble devVisit http://localhost:8080 to see your new Jazzy app in action!
Why Jazzy?
- Native Speed: Compiled to C/C++, running at native speeds.
- Async Efficiency: Built on top of Mummy for non-blocking I/O.
- Developer Experience: “Laravel-like” productivity with type safety.
Next Steps
Check out the Installation Guide for more detailed setup instructions.