Please tell me about Ruby's framework.

Asked 1 years ago, Updated 1 years ago, 56 views

Excuse me.
What are some of Ruby's web application frameworks that are actually used outside of Rails?
Thank you for your cooperation.

ruby-on-rails ruby rubygems

2022-09-30 19:32

1 Answers

Since Rails is listed, answer once as pointing to the web application (or delete this answer).

Web Framework Benchmarks provides a comparison of the performance of various web application frameworks created in different languages.Let's list what's posted on this site as the major

:

Also, although it is not listed on this site, the web application framework called Hanami has a certain presence, so I will publish it together.

In addition, we have selected only the following Round 17 that can execute a simple query called Single Query.
https://www.techempower.com/benchmarks/ #section=data-r17&hw=ph&test=db&l=zijxtr-1

Rails has all of the functions (called the full stack framework) and only functions as a web application framework (called the microframework).Personally, I think it's the second most well-known after Rails.

  • Official
  • Official Japanese translation
  • GitHub
  • Wikipedia

Based on Sinatra, with features such as MVC.

  • Official
  • GitHub
  • Wikipedia

A framework designed to build REST-style APIs.Of course, you can create a regular website.

  • GitHub

A routing-based design called the Routing Tree Web Toolkit.

  • GitHub
  • Explanatory Articles

A framework designed to simplify the design of a full stack framework designed to address Rails complaints.It seems that v1.0.0 was released during the cherry blossom season in 2017.

  • Official
  • GitHub
  • Introduction Articles


2022-09-30 19:32

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.