Re: Ruby on Jets
Walter Lee Davis <[email protected]> Tue, 16 Jul 2019 09:33:36 -0400
| Newsgroups | gmane.comp.lang.ruby.general |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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:[email protected]?subject=unsubscribe> > <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk> Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>