Communication Over Microservicesby@rajesh-khadka
916 reads
916 reads

Communication Over Microservices

by Rajesh Khadka6mMay 11th, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

There are 2.5 quintillion bytes of data generated every day. Software built using monolithic architecture may face problems like difficulties in scaling, longer time to ship, spaghetti code, etc. As the services get deployed independently, it requires an efficient protocol to communicate between the services. Modern web applications follow the RESTful architectural style to build APIs for inter-process communication. Asynchronous communication is recommended over the synchronous to be a resilient microservices. It follows the event-driven architecture, there may be one to one and one to many mapping between event producer and consumer.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail

Coin Mentioned

Mention Thumbnail
featured image - Communication Over Microservices
Rajesh Khadka HackerNoon profile picture
Rajesh Khadka

Rajesh Khadka

@rajesh-khadka

Software Engineer

Learn More
LEARN MORE ABOUT @RAJESH-KHADKA'S
EXPERTISE AND PLACE ON THE INTERNET.

Share Your Thoughts

About Author

Rajesh Khadka HackerNoon profile picture
Rajesh Khadka@rajesh-khadka
Software Engineer

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
L O A D I N G
. . . comments & more!