Tag: Restful
-
RESTful communication between microservices can be perfectly fine
Posted on February 4, 2018, Level beginner Resource Length medium
Daniel Westheide article in which he wants to clarify how the terms used should be understood and show that HTTP and REST for internal service communication can be perfectly fine. He also explains that choosing to do so has nothing to do with whether your services integrate synchronously or asynchronously –- and the latter question is what you should really be concerned with.
Tags microservices software-architecture restful
-
APIs - REST versus GraphQL
Posted on October 10, 2017, Level beginner Resource Length medium
Chimezie Enyinnaya blog post addressing all the fuss about GraphQL and what makes it different from REST. In this article, author took a technical look at REST versus GraphQL, comparing and contrasting the two API specifications.
Tags restful apis
-
Development of a REST API in Spring Boot Framework
Posted on June 17, 2017, Level beginner Resource Length short
Dario Carrasque wrote post blog on topic of the evaluation of frameworks to develop REST APIs to satisfy requirements of modularity and availability.
Tags microservices frameworks restful apis
-
gRPC-Web: Moving past REST+JSON towards type-safe Web APIs
Posted on May 11, 2017, Level intermediate Resource Length long
Michal Witkowski and Marcus Longmuir wrote blog post on their experiece with gRPC in order to create type safe web APIs.
Tags microservices restful apis