Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | H | 25-Apr-2025 | - | 323 | 259 | |
README.md | H A D | 25-Apr-2025 | 295 | 13 | 7 | |
package.json | H A D | 25-Apr-2025 | 300 | 15 | 14 | |
tsconfig.json | H A D | 25-Apr-2025 | 420 | 17 | 17 |
README.md
1# TS Greeter example 2 3The following is an example on how to run the TS grpc server. Make sure that you have `Typescript` installed 4 5you would need to run `npm run build` or simply use `npm install && tsc` 6 7## How to run Server: 8 9- `npm run server` 10 11## How to run Client: 12 13- `npm run client 3000`