Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
11–20 of 32 posts
Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#12Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#13performance benchmark using the same ab tests for node http://tjholowaychuk.com/post/543953703/express-vs-sinatra-b...
So, if I'm reading this right, response time and reqs/second look pretty comparable between this and express.
Disclaimer: I use Ruby and have no experience with Node.js.
(edit: improved text)
Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#14Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#15performance benchmark using the same ab tests for node http://tjholowaychuk.com/post/543953703/express-vs-sinatra-b...
Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#16I've been going back and forth between learning Sinatra and Node. This may seal the deal in favor of Sinatra...
Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#17I've been going back and forth between learning Sinatra and Node. This may seal the deal in favor of Sinatra...
The beautiful thing about Sinatra is that it is ridiculously easy to pick up and go. With even a small amount of Ruby knowledge you're up and running in no time.
Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#18Same idea, em-synchrony under the hood.
Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#19this will save heroku users serious money.
Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks
#20I've been going back and forth between learning Sinatra and Node. This may seal the deal in favor of Sinatra...