https://github.com/pereslavtsev/webarchiver-proto
A shared package of Protocol Buffers schemas (Protobuf) and generated code for using between WebArchiver gRPC microservices.
https://github.com/pereslavtsev/webarchiver-proto
grpc grpc-node protobuf protobuf3 protobufjs
Last synced: 3 months ago
JSON representation
A shared package of Protocol Buffers schemas (Protobuf) and generated code for using between WebArchiver gRPC microservices.
- Host: GitHub
- URL: https://github.com/pereslavtsev/webarchiver-proto
- Owner: pereslavtsev
- License: other
- Created: 2021-11-09T19:11:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T21:10:03.000Z (over 3 years ago)
- Last Synced: 2025-01-19T23:32:53.155Z (5 months ago)
- Topics: grpc, grpc-node, protobuf, protobuf3, protobufjs
- Language: TypeScript
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebArchiver Protocol Buffers

A shared package of [Protocol Buffers](https://developers.google.com/protocol-buffers) (Protobuf) schemas and generated code for using between WebArchiver gRPC microservices. TypeScript types was created via [`ts-proto`](https://github.com/stephenh/ts-proto) generator with a Nest.js server interfaces [options](https://github.com/stephenh/ts-proto/blob/main/NESTJS.markdown).
## Install
```
$ npm i @pereslavtsev/webarchiver-protoc$ yarn add @pereslavtsev/webarchiver-protoc
$ pnpm add @pereslavtsev/webarchiver-protoc
```## Usage
```bash
$ pnpm protoc:gen$ pnpm build
``````typescript
import { core } from '@pereslavtsev/webarchiver-protoc';core.v1
```## License
ISC