Just having fun trying to recreate basic Rails functionality with pure ruby, no gems.
Inspiration and a lot of code in this repository comes from @OngMaple's amazing talk on Building web apps with Ruby Standard Library, at Euruko 2021 (https://www.youtube.com/watch?v=lxczDssLYKA) and @pedrogaspar's follow up on creating a TCP chat server (https://twitter.com/pedrogaspar/status/1398798494169772032).
To start the server, simply run ruby server.rb
.
Index page
Show page