Quantcast
Channel: Techunits Research & Development Solutions
Browsing latest articles
Browse All 25 View Live

Pros & Cons of MongoDB 4.x vs DocumentDB 4.x

mongoDb or documentDB ? Which one ? Are you confused ? Let me sort that confusion for you. Lets see what amazon has to say ?Amazon claims that migrating from MongoDB to DocumentDB is “as easy as...

View Article



Introduction to HTTP/2

HTTP/2 works very similarly from the client perspective. We can still make GET requests, POST requests etc, and also we are still using a single TCP connection. But here we ended up using this single...

View Article

How to implement bi-directional streaming using gRPC with NodeJS (Server) –...

gRPC also provides a unique capability for bi-directional streaming which could be used for any use cases starting from Chat server, persistent service-to-service connection, and lots more. Today we...

View Article

How to implement bi-directional streaming using gRPC with NodeJS (Client) –...

In our previous tutorial, we have built a server to handle the bi-directional streams. Here we will build a bi-directional streaming client for the same with NodeJS. In order to implement the following...

View Article

Effect of gRPC communication into multi-player gaming frameworks

gRPC’s secret recipe lies in the way serialisation is handled. Internally gRPC uses binary messaging using protocol buffers which runs on top of HTTP/2. So gRPC is a strongly typed, polyglot...

View Article


How to implement bi-directional streaming using gRPC with Python (Server) –...

So today we will demonstrate how to setup a bi-directional server using python & gRPC. The very first step to setup any gRPC streaming is to create a data contract in the form of a protocol buffer...

View Article

How to implement bi-directional streaming using gRPC with Python (Client) –...

Previously, we have demonstrated how to implement a bi-directional gRPC streaming server using python. Once the server implementation is ready we will implement the client. In order to implement the...

View Article

Introduction to QUIC & HTTP/3

QUIC is a new multiplexed transport built on top of UDP. The overall goal is to reduce latency and eliminate head-of-line blocking compared to that of TCP.   The QUIC transport protocol has several...

View Article


Future of gRPC

One of the key advantages of gRPC is its speed and performance. By utilizing the HTTP/2 protocol and binary serialization and de-serialization, gRPC enables faster data transmission and reduced latency...

View Article


Performance optimization techniques for microservices

Performance optimization is crucial for microservices as it directly impacts user experience and overall system reliability. By carefully analyzing and fine-tuning various aspects of a microservice...

View Article
Browsing latest articles
Browse All 25 View Live




Latest Images