Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A NodeJS gRPC service for CNode community.

License

Notifications You must be signed in to change notification settings

mrdulin/node-grpc-cnode

Repository files navigation

node-grpc-cnode

GitHub

A Node gRPC server for CNode community built on the top of RESTful API.

This project is just for teaching, NOT production ready.

Features:

  • TypeScript support
  • gRPC Health check
  • Integration and unit testings

Compile protocol buffers:

npm run protoc

Start the server for development:

npm run dev

Run unit test:

npm run test:unit

Run integration test:

npm run test:int

TODOs

It seems grpc-node package doesn't support following features:

References

AltStyle によって変換されたページ (->オリジナル) /