Update Ruby Servers section

This commit is contained in:
Eugene Kozlov
2017-11-28 14:10:28 +03:00
committed by GitHub
parent cd2b9b2633
commit fe1e7cd4a3

View File

@@ -151,8 +151,8 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
### Ruby
* [Grape](http://intridea.github.io/grape/) - Opinionated micro-framework for creating REST-like APIs in Ruby.
* [Rails](http://edgeguides.rubyonrails.org/api_app.html) - RailsGuides: Using Rails for API-only applications.
* [Grape](http://www.ruby-grape.org) - Opinionated micro-framework for creating REST-like APIs in Ruby.
* [Rails](http://guides.rubyonrails.org/api_app.html) - RailsGuides: Using Rails for API-only applications.
### Go