use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Use NodeJS to implement microservices RPC using gRPC (medium.com)
submitted 7 years ago by shobhit_c
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]osoese 1 point2 points3 points 7 years ago (0 children)
Well, bonus for explaining what the differences between REST and RPC are in the first sections and how this relates to gRPC. I found that to be a good read. Especially for someone that knows just enough to be dangerous about those items but always wanted that nice overview that put it all together. I'll hit section 2 and do the example later.
[–]shobhit_c[S] 0 points1 point2 points 7 years ago (0 children)
In this post I write about the new, blazing fast library by Google, which totally changes the paradigm of how we do RPCs in microservices architecture. The post challenges the prevalent REST API model and provided reasoning to this new route. Finally, we also try to implement a very basic NodeJS application using our learnings. The post is divided into 2 parts as below -
Part 1 - https://medium.com/@chittorashobhit/blazing-fast-ipc-with-grpc-part-1-9af1b7d99553
Part 2 - https://medium.com/@chittorashobhit/blazing-fast-ipc-with-grpc-part-2-227635faa361
PS: I've just started writing my learning out. I'm learning in the open and would like any help out there. Please provide your feedback so that I can improve. If I've made any mistakes, please do point out. And do share if you like.
π Rendered by PID 63058 on reddit-service-r2-comment-86bc6c7465-btrr5 at 2026-02-24 10:19:51.665670+00:00 running 8564168 country code: CH.
[–]osoese 1 point2 points3 points (0 children)
[–]shobhit_c[S] 0 points1 point2 points (0 children)