RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: haodeng
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
check out this one, https://github.com/thomas-mcdonald/bootstrap-sass
this gem is using SASS instead of LESS.
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
check out this one, https://github.com/thomas-mcdonald/bootstrap-sass
this gem is using SASS instead of LESS.