Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Beyond REST API's - An Overview About Modern API Technologies
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 The REST API endpoints for the task resource might look like this
- 3 making the server an executor of an arbitrary number of different queries ...
- 4 Subscriptions allow to constantly send updates to a client based on their query...
- 5 There are many scenarios conceivable to add a GraphQL API to your existing application ...
- 6 JSON payloads are not the most efficient way to package the stuff for transportation ...
- 7 Consuming a REST API requires either some manual work or a set of tools to get going ...
- 8 The server implementation inherits from the generated services base class...
- 9 or an asynchronous one, which is useful for unbound server-streaming, for example.
- 10 Summary / Takeaways GRPC
- 11 Once a connection is established, both ends can become requester and responder
- 12 Spring supports annotated handlers to implement responders (Spring Messaging)
- 13 A few guiding questions that could make you think about any of the presented alternatives