An open API service indexing awesome lists of open source software.

https://github.com/matheusjohannaraujo/grpc_node

gRPC Node.js
https://github.com/matheusjohannaraujo/grpc_node

grpc nodejs rpc

Last synced: about 2 months ago
JSON representation

gRPC Node.js

Awesome Lists containing this project

README

          

# [gRPC Node.js](https://github.com/matheusjohannaraujo/grpc_node)

```php
const DEVELOPER_INFO = [
"autor" => "Matheus Johann Araújo",
"country" => "Brasil",
"state" => "Pernambuco",
"date" => "2021-10-27"
];
```

### [Feito com base no vídeo de gRPC GoLang](https://www.youtube.com/watch?v=CxTFc9JxKdU)