Skip to content

Commit

Permalink
Update ReadMe with Netflix fast_jsonapi alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogomartf authored Feb 1, 2018
1 parent 9f35f7a commit 337fd0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ See [PR 2121](https://github.com/rails-api/active_model_serializers/pull/2121) w
## Alternatives

- [jsonapi-rb](http://jsonapi-rb.org/) is a [highly performant](https://gist.github.com/NullVoxPopuli/748e89ddc1732b42fdf42435d773734a) and modular JSON:API-only implementation. There's a vibrant community around it that has produced projects such as [JSON:API Suite](https://jsonapi-suite.github.io/jsonapi_suite/).
- [fast_jsonapi](https://github.com/rails-api/active_model_serializers/) is a lightning fast JSON:API serializer for Ruby Objects from the team of Netflix.



For benchmarks against alternatives, see https://github.com/rails-api/active_model_serializers/tree/benchmarks

Expand Down

0 comments on commit 337fd0d

Please sign in to comment.