Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby: Simple Web Server #22

Open
JohnMurray opened this issue Aug 7, 2018 · 1 comment
Open

Ruby: Simple Web Server #22

JohnMurray opened this issue Aug 7, 2018 · 1 comment
Labels
new-code-example New code example

Comments

@JohnMurray
Copy link
Owner

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 JohnMurray added the new-code-example New code example label Aug 7, 2018
@JohnMurray JohnMurray added this to the Version 1 milestone Aug 7, 2018
@JohnMurray
Copy link
Owner Author

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

@JohnMurray JohnMurray removed this from the Version 1 milestone Sep 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-code-example New code example
Projects
None yet
Development

No branches or pull requests

1 participant