aadeshere1 avatar

One liner server command in ruby

aadeshere1

Published: 27 Jan 2018 › Updated: 27 Jan 2018One liner server command in ruby

One liner server command in ruby

Have you ever wondered whether ruby has one liner server command equivalent to the python ? Turns out there is a similar command for ruby also.

Open your terminal, go to your desired directory where you want to run the server and enter the following:

ruby -run -e httpd . -p 5000

It will start a webserver runnning on your machine at port 5000. No extra gem is needed for this to run.

Leave One liner server command in ruby to:

Written by

Read more #ruby posts


Best Posts From aadeshere1

We have not curated any of aadeshere1's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From aadeshere1