Featured image of post Making a Ruby website using standard library

Making a Ruby website using standard library

How to build a website using Ruby standard library

In this article, I’d like to create a website using Ruby without any web framework. Firstly, write down this code lines into a file, e.g. web.rb

Then run command ruby web.rb in your terminal. Or use nohup ruby web.rb & if you want to run server in the background.


references:

Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy