-
Updated
Feb 17, 2022 - Java
{{ message }}
Remote procedure call (RPC) is when a computer program causes a procedure to execute in a different address space (commonly on another computer on a shared network), which is coded as if it were a normal (local) procedure call, without the programmer explicitly coding the details for the remote interaction.
Protocol Buffers - Google's data interchange format
A framework for distributed systems development
FlatBuffers: Memory Efficient Serialization Library
The Go language implementation of gRPC. HTTP/2 based RPC
go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.
The MinSendBackupAfterMs is now set to 1 ms. Unfortunately this causes backup requests to be send when there is low load. It would be useful if we could set the minimum a little bit higher for certain endpoints.
deepstream.io server
Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱!
High performance, simple, extensible golang open source network library
We hope mores developers join CloudWeGo. This is a task issue which need your help.
Issue Description
Write a business demo code use Kitex, which can guide users how to use Kitex.
Please submit your code to https://github.com/cloudwego/kitex-examples/bizdemo/{yourdemo}.
Picked
@trustin suggested an awesome idea to write a StreamMessage<T> into a File or Path. line/armeria#4044 (comment)
interface StreamMessage<T> {
default CompletableFuture<Void> writeTo(Path destination, Function<? super T, ? extends HttpData> mapper, options...) {
// Delegate to StreamMessages.writeTo(...)
}
}A high performance microservice framework in golang. A linux foundation project.
Evans: more expressive universal gRPC client
An efficient, extensible and easy-to-use RPC framework.
Scalable Distributed Game Server Engine with Hot Swapping in Golang
Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP
Event driven concurrent framework for Python
https://github.com/apache/incubator-brpc/blob/master/community/cases.md
针对这个文件,提交PR,然后找我review即可。
更新过程: