Simple Rack Application to demonstrate Rack middleware.
- Rack application display text "Hello"
- Using Rack middleware SimpleMiddleware
- SimpleMiddleware only print text in console
Not using midddleware | Using Middleware |
---|---|
![]() |
![]() |
$ bundle install
And then
$ rackup
Check http://localhost:9292