JohnMurray / cpp-vs

An educational site for learning C++
https://www.cpp-vs.com
Other
10 stars 1 forks source link

Ruby: Simple Web Server #22

Open JohnMurray opened 6 years ago

JohnMurray commented 6 years ago

Ruby has really found its place as a language of the web. With the popularity of Rails as well as the less-recognized Sinatra (upon which many other frameworks have inspiration, such as Flask for Python).

A good example for a simple web-server comparison would likely to be Sinatra. As it can easily fit on a few lines of code. Also since the C++ solution will be in Crow it makes a good comparison since Crow is inspired by Flask which was inspired by Sinatra.

JohnMurray commented 6 years ago

Removing this from milestone 1 since I think we should focus on Java instead of Ruby for the initial release.