GitHub - cjihrig/grpc-server-js: Pure JavaScript gRPC Server (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

This repository was archived by the owner on Sep 28, 2021. It is now read-only.

grpc-server-js

Current Version grpc-server-js CI Dependencies belly-button-style

Pure JavaScript gRPC Server

Documentation

The goal is to be largely compatible with the existing Server implementation.

Features

Public API Deviations from the Existing grpc.Server

Useful References

Acknowledgement

This module is heavily inspired by the grpc native module. Some of the source code is adapted from the @grpc/grpc-js module.