Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialChien An Chen
2,063 PointsQuestion about incorrect client/server response cycle question
Doesn't the answer (game server asking for high score and the game and the client return the information) fit the description "sending request and receiving information"? Does it have to be client who send the request and server provides the information and not the other way around?
1 Answer
Chris Freeman
Treehouse Moderator 68,441 PointsIn general, yes, the client initiates the exchange. One exception is push technology where the server already has a relationship to the server and the server can push information to the client without being asked.
Chien An Chen
2,063 PointsChien An Chen
2,063 PointsThank you for the answer!