Module: Guaraci
- Defined in:
- lib/guaraci.rb,
lib/guaraci/server.rb,
lib/guaraci/request.rb,
lib/guaraci/version.rb,
lib/guaraci/response.rb
Overview
# Guaraci is a minimalist Ruby web framework built on Async::HTTP. It provides a simple, clean API for building web applications without complex DSLs or extensive configuration.
The framework embraces plain Ruby patterns and encourages the use of pattern matching for routing, making it perfect for modern Ruby applications.
Defined Under Namespace
Classes: Request, Response, Server
Constant Summary collapse
- VERSION =
"1.0.0"