Readme
This commit is contained in:
28
README.md
28
README.md
@ -97,6 +97,16 @@ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
|
|||||||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
|
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Install libraries:
|
||||||
|
```sh
|
||||||
|
go install
|
||||||
|
```
|
||||||
|
|
||||||
|
Run service:
|
||||||
|
```sh
|
||||||
|
make run
|
||||||
|
```
|
||||||
|
|
||||||
### Rust services
|
### Rust services
|
||||||
|
|
||||||
Update `rustc`
|
Update `rustc`
|
||||||
@ -113,3 +123,21 @@ Tonic is a gRPC over HTTP/2 implementation focused on high performance, interope
|
|||||||
|
|
||||||
|
|
||||||
[Rust and gRPC: A complete guide](https://blog.logrocket.com/rust-and-grpc-a-complete-guide/)
|
[Rust and gRPC: A complete guide](https://blog.logrocket.com/rust-and-grpc-a-complete-guide/)
|
||||||
|
|
||||||
|
### NodeJS service
|
||||||
|
|
||||||
|
Requirements:
|
||||||
|
- Node 16+
|
||||||
|
- npm package manager
|
||||||
|
|
||||||
|
Install npm packages:
|
||||||
|
```sh
|
||||||
|
cd src/serve_currenttime
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
Run service:
|
||||||
|
```sh
|
||||||
|
cd src/serve_currenttime
|
||||||
|
make run
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user