From ea0ceae15e766ca765f5de6b406a7e9992ff3b5d Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Tue, 7 Aug 2018 15:20:20 -0700 Subject: [PATCH] Add table of important non-feature properties --- PACKAGE-COMPARISON.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PACKAGE-COMPARISON.md b/PACKAGE-COMPARISON.md index 355dc51f..d4203df5 100644 --- a/PACKAGE-COMPARISON.md +++ b/PACKAGE-COMPARISON.md @@ -19,6 +19,14 @@ Retries | :heavy_check_mark: | :x: Stats/tracing/monitoring | :heavy_check_mark: | :x: Load Balancing | :heavy_check_mark: | :x: +Other Properties | `grpc` | `@grpc/grpc-js` +-----------------|--------|---------------- +Binary Addon | :heavy_check_mark: | :x: +Supported Node Versions | >= 4 | ^8.11.2 or >=9.4 +Supported Electron Versions | All | >= 3 +Supported Platforms | Linux, Windows, MacOS | All +Supported Architectures | x86, x86-64, ARM | All + In addition, all channel arguments defined in [this header file](https://github.com/grpc/grpc/blob/master/include/grpc/impl/codegen/grpc_types.h) are handled by the `grpc` library. Of those, the following are handled by the `@grpc/grpc-js` library: - `grpc.ssl_target_name_override`