NEW

Summary

Directory Structure

Directory structure:
└── catsmiaow-node-grpc-typescript/
    ├── README.md
    ├── LICENSE
    ├── package.json
    ├── tsconfig.json
    ├── .eslintignore
    ├── .eslintrc
    ├── .prettierrc
    ├── proto/
    │   ├── health.proto
    │   └── helloworld.proto
    └── src/
        ├── client.service.ts
        ├── client.ts
        ├── health.ts
        ├── server.ts
        ├── models/
        │   └── tsconfig.json
        ├── services/
        │   ├── Greeter.ts
        │   └── Health.ts
        └── utils/
            ├── error.ts
            ├── index.ts
            └── logger.ts

Files Content