RailsCasts Pro episodes are now free!

Learn more or hide this

haodeng's Profile

GitHub User: haodeng

Comments by

Avatar

To be honest, to make APIs rails is not the best options, I prefer to use goliath, https://github.com/postrank-labs/goliath

checkout the performance test (http://jgwmaxwell.com/accelerating-ruby-apis/ ):
Rails 531 request/s
Sinatra 576 request/s
Sinatra::Synchrony 1692 request/s
Goliath 1924 request/s
Cramp 3516 request/s
node.js 3100 request/s