WSO2 API Microgateway has been enhanced for better scalability, governance, security, and reliability.
The new version introduces gRPC API support for improved microservices integration.
New HTTP traffic filters provide routing flexibility, enhancing developer capabilities.
Introducing FauxRPC: How Does it Work? | HackerNoon
FauxRPC accelerates development and testing by creating fake implementations of services for isolated frontend testing and quick prototyping.
Implementing gRPC with C++
gRPC is a powerful technology for networked communication, enabling the development of high-performance client-server applications after overcoming the learning curve.
gRPC, .NET 8.0 and Kestrel in Easy Samples
gRPC is a high-performance technology for server-client communication, supporting smaller messages, server-side streaming, and multi-platform usage with various languages.
Kestrel server in ASP.NET 8.0 is recommended for .NET gRPC services due to its multiplatform nature and capability to handle requests/responses efficiently.