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
- Host: GitHub
- URL: https://github.com/matheusjohannaraujo/grpc_node
- Owner: matheusjohannaraujo
- Created: 2021-07-05T03:13:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T01:41:02.000Z (over 4 years ago)
- Last Synced: 2024-12-31T02:13:19.466Z (over 1 year ago)
- Topics: grpc, nodejs, rpc
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)