chrisleee / twitch-stocks

A web platform that allows you to invest in Twitch streamers with imaginary points.
GNU General Public License v3.0
21 stars 8 forks source link

Choose a RESTful approach. #4

Closed chrisleee closed 7 years ago

chrisleee commented 7 years ago

Do we go with the typical RESTful approach or use something like GraphQL?

Benefit of typical approach is familiarity.

Benefits of something like GraphQL is ease of querying and mutating data.

chrisleee commented 7 years ago

We'll be going with a traditional RESTful approach.

We most likely won't be running into the stronger benefits of a GraphQL approach and it would mean extra ramp-up time trying to learn it.

There's always the possibility to refactor to or use this later on if needed.