Skip to content

Commit f019955

Browse files
committed
add examples: fortune.js and ember-json-api
1 parent d4d0bc3 commit f019955

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,19 @@ Pull Request](https://github.com/json-api/json-api).
1010

1111
## Client
1212

13-
[ember-data](https://github.com/emberjs/data) is one of the original exemplar
14-
implementations, but is slightly out of date at the moment.
13+
* [ember-data](https://github.com/emberjs/data) is one of the original exemplar
14+
implementations. There is a [custom adapter](https://github.com/daliwali/ember-json-api) to support json-api.
1515

1616
## Server
1717

1818
### PHP
1919

2020
* [FriendsOfSymfony / FOSRestBundle](https://github.com/FriendsOfSymfony/FOSRestBundle/issues/452)
2121

22+
### Node.js
23+
24+
* [Fortune.js](http://fortunejs.com) is a framework built to implement json-api.
25+
2226
### Ruby
2327

2428
* [ActiveModel::Serializers](https://github.com/rails-api/active_model_serializers)

0 commit comments

Comments
 (0)