mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 22:21:36 +00:00
[TS] GRPC Implementation (#6141)
* GRPC implementation for Typescript * Fixes a couple of issues * Finished implementing the typescript support for grpc * Updated generated code * Fixes CI
This commit is contained in:
9
grpc/flatbuffers-js-grpc/package.json
Normal file
9
grpc/flatbuffers-js-grpc/package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "flatbuffers-js-grpc",
|
||||
"version": "1.0.0",
|
||||
"author": "mustii@mmk.one",
|
||||
"dependencies": {
|
||||
"flatbuffers": "^1.12.0",
|
||||
"grpc": "^1.24.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user