https://github.com/blakejoy/grpc-ts
Testing typescript and grpc implementation....
https://github.com/blakejoy/grpc-ts
Last synced: 3 months ago
JSON representation
Testing typescript and grpc implementation....
- Host: GitHub
- URL: https://github.com/blakejoy/grpc-ts
- Owner: blakejoy
- Created: 2023-01-27T04:37:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T13:09:15.000Z (over 2 years ago)
- Last Synced: 2025-02-04T22:25:11.509Z (5 months ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc-ts
Testing typescript and grpc client/server implementationCouldn't find a 100% working implementation of this... so tried to recreate from stuff I found 2+ years ago...
One thing to make note of is when running the build.sh script.... the d.ts file shouldn't be created (according to [protoc-gen-ts](https://github.com/thesayyn/protoc-gen-ts) docs) ... it also is still using grpc-js (Deprecated).. instead of @grpc/grpc-js