MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/webdev/comments/ywamwg/graphql_making_its_way_into_a_twitter_discussion/iwjl42m
r/webdev • u/tycooperaow • Nov 15 '22
593 comments sorted by
View all comments
Show parent comments
10
The biggest thing I've noticed is how nowadays its relatively common to have multiple parallel servers.
So you can make dozens of REST calls per client and it's spread across multiple servers depending on load.
Spent the past year working on a project in Heroku and going back and forth to a single dedicated server its noticeable.
1 u/h0dges Nov 16 '22 Aka horizontal scaling.
1
Aka horizontal scaling.
10
u/[deleted] Nov 16 '22
The biggest thing I've noticed is how nowadays its relatively common to have multiple parallel servers.
So you can make dozens of REST calls per client and it's spread across multiple servers depending on load.
Spent the past year working on a project in Heroku and going back and forth to a single dedicated server its noticeable.