Re: Ruby on Jets

Rails is a large framework, built for long-running tasks. It takes (sometimes many) seconds to load and initialize everything. Jets is a "serverless" methodology way to get Ruby into a Lambda (function as a service) world. The idea of these is that you have a single, simple function (validate this credit card, say) and you implement it in a single function that returns an answer in milliseconds. There's a fundamental mis-match between these two goals. Nothing wrong with Rails or the "serverless" idea. They each have different purposes and best uses. Rails is for monolithic applications, serverless is for single-function composable modules of code.

Walter

ยทยทยท

On Jul 15, 2019, at 12:08 PM, Jason Long <hack3rcon@yahoo.com> wrote:

Hello,
Can "Ruby on Jets" offer "Ruby on Rails" features? Can it a competitor for RoR framework?

Thank you.

Sent from Yahoo Mail on Android

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;