mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2024-11-20 11:16:15 -05:00
Added gRPC.
This commit is contained in:
parent
58b55c29d7
commit
25e51b6f1e
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
||||||
- [Platforms](#platforms)
|
- [Platforms](#platforms)
|
||||||
- [Runtimes](#runtimes)
|
- [Runtimes](#runtimes)
|
||||||
- [Service Toolkits](#service-toolkits)
|
- [Service Toolkits](#service-toolkits)
|
||||||
|
- [Agnostic](#agnostic)
|
||||||
- [C](#c)
|
- [C](#c)
|
||||||
- [C++](#c-1)
|
- [C++](#c-1)
|
||||||
- [D](#d)
|
- [D](#d)
|
||||||
|
@ -90,6 +91,10 @@ A curated list of Microservice Architecture related principles and technologies.
|
||||||
|
|
||||||
## Service Toolkits
|
## Service Toolkits
|
||||||
|
|
||||||
|
### Agnostic
|
||||||
|
|
||||||
|
- [GRPC](http://www.grpc.io/) - A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. Libraries in C, C++, Java, Go, Node.js, Python, Ruby, Objective-C, PHP and C#.
|
||||||
|
|
||||||
### C
|
### C
|
||||||
|
|
||||||
- [Kore](https://kore.io/) - Easy to use web application framework for writing scalable web APIs in C.
|
- [Kore](https://kore.io/) - Easy to use web application framework for writing scalable web APIs in C.
|
||||||
|
|
Loading…
Reference in a new issue