Scope
Run a Nack application on a Rack server, so development and CI need no NSGI host.
Requirements
- Build an object satisfying SPEC.md section 2 from a Rack env, and convert the response back.
- No dependency on the rack gem: the env is a plain Hash and the response a plain Array.
- Document that this is for development. Neither zero-copy nor Fiber multiplexing survives the trip.
Scope
Run a Nack application on a Rack server, so development and CI need no NSGI host.
Requirements