Live data from Hacker News

Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks

kyledrake.net

31–32 of 32 posts

Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks

#31

Earlier quoted context omitted.

Good to know - I'll be starting from scratch. Any useful Sinatra resources I should use, aside from the canonical Sinatra book?

I like to start with a simple codebase: https://github.com/icco/basic

Very helpful - thanks!

Re: Sinatra::Synchrony - Evented, fast, concurrent Ruby web apps with no callbacks

#32

Earlier quoted context omitted.

Good to know - I'll be starting from scratch. Any useful Sinatra resources I should use, aside from the canonical Sinatra book?

One of the things I love about Sinatra is that pretty much everything you need to know is in the README. Otherwise, understanding how Rack/your web server/your gems work is useful. From another angle, Paul Dix's Service-Oriented Design with Ruby and Rails has a lot of examples of using Sinatra in a variety of applications.

I'm new to Ruby as well (getting back into programming). I'll definitely pick up Dix's book - thanks for the recommendation!
Post reply on HN