In this video you'll learn How to Build a Ruby Web Application Without Rails!
I'll show you 3 different ways to do this so you can expand your understanding of how things work under the hood & become a better Ruby developer.
To keep learning watch more of my videos, subscribe to this channel now (with notifications enabled) & visit my website.
https://www.rubyguides.com
Thanks for watching!
P.S. Bonus for description readers: there is another way to build a web app without Sinatra, or Rack, or without having to build a web server.
That way is to use an ANCIENT technology called CGI. It's implemented at the web server level (Apache/Nginx) & it allows you to link a Ruby script with web server requests.
You'll need to print the HTTP headers & then your content, similar to what Rack does.