These guys are so passive aggressive towards each other this clip could pass as standup comedy, love it
@MegaMurcelago Жыл бұрын
gosh im in love with that turbofan laptop picture
@truthseepeaking3 жыл бұрын
These guys were having too much fun on the stage
@prakharbansal14 жыл бұрын
Really awesome video on this subject.
@venkataabhiramsrivatsavape229 Жыл бұрын
Energetic Seminar for gRPC.
@nooruddinraotiwala490 Жыл бұрын
hey amazing work explaining so simplifiedly and funny way😃🙌....!!!!
@chunjie05152 жыл бұрын
要说用得最舒服的grpc server构建,还得是微软的一套东西
@patriciasquared4 жыл бұрын
congrats on the live demo!
@cppdev272911 ай бұрын
don't see how this was more simpler than cobra
@javadborhani78385 жыл бұрын
it's quite funny how well java programmers typing confidently and c# developers just copy and paste or watch and type. it even happens in Microsoft build or their events. anyway I'm a c# developer
@obinnaokafor62525 жыл бұрын
Funny comment
@pwilll2 жыл бұрын
40k views and 15 comments? Who says developers aren't social? Because they're correct lmao
@patle82292 жыл бұрын
could you share the demo code ? 😁
@joshuam60133 жыл бұрын
this was so cool!
@sirAvdul2 жыл бұрын
One thing, does the client needs the protoc file too? If yes, does the server and the client share/use the same protoc file?
@madhudson12 жыл бұрын
They share the same protobuff file, yes
@abhishekdk5040 Жыл бұрын
It's an API contract which both client and server abide by
@markcuello52 жыл бұрын
HELP
@MaestroCipher3 жыл бұрын
Putting RPC over HTTP is inefficient and ugly. HTTP is an application level and RPC should travel via transport level, that would be the good design. Why do we require the HTTP in this case? We can easily define multiple streams inside single TCP or TLS connection if needed, other protocols also could be an option, SCTP for ex. You talk a lot about efficiency here, but using HTTP as a transport is really an inefficient part. A also wonder why people forget and do not use good things invented and developed, like SCTP.
@utkarshdixit96753 жыл бұрын
did you get raise, after demo ?
@vishvajeet76253 жыл бұрын
lol
@kartikchauhan54985 жыл бұрын
If gRPC is this much fast then use it in damn chrome. It consumes up my system's whole memory.
@amelemara46155 жыл бұрын
grpc is a messaging protocol over the network between a website (client) and its servers.Chrome just renders what a website tells it to. The use of gPRC depends on what websites you use and if they use it. So like going to netflix you might be using grpc but going to facebook they might be talking over a different protocol like REST.
@mehmetesen93854 жыл бұрын
grpc has no bussiness with your chrome, also chrome is very good at memory handling, you should buy ram.