OasisDigital / angular-enterprise-example

Scalable / Large Angular application structure example
MIT License
125 stars 47 forks source link

GraphQL server+client example #1

Open kylecordes opened 7 years ago

kylecordes commented 7 years ago

This is a feature idea.

Add:

Justification:

For a number of years, REST APIs have been the standard most enterprise data system projects aim for. While this has been an improvement over many past practices, it is also been found to not scale very well in terms of system size. In particular, it often leads to manual work composing together different API aspects so that they can be consumed efficiently from a user interface.

GraphQL solves this problem, by raising the level of abstraction.

kylecordes commented 6 years ago

Server work is underway on this, it's not in use in the user interface yet.