diff --git a/README-CN.md b/README-CN.md index 266a2f69..51d92e49 100644 --- a/README-CN.md +++ b/README-CN.md @@ -19,11 +19,11 @@ | 特性 | Java | C/C++ | C# | Golang | Rust | Python | Node.js | PHP | | ---------------------------------------------- | :---: | :---: | :---: | :----: | :---: | :----: | :-----: | :---: | -| Producer with standard messages | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | 🚧 | 🚧 | -| Producer with FIFO messages | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | 🚧 | 🚧 | -| Producer with timed/delay messages | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | 🚧 | 🚧 | -| Producer with transactional messages | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | 🚧 | 🚧 | -| Simple consumer | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | 🚧 | 🚧 | +| Producer with standard messages | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | ✅ | 🚧 | +| Producer with FIFO messages | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | ✅ | 🚧 | +| Producer with timed/delay messages | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | ✅ | 🚧 | +| Producer with transactional messages | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | ✅ | 🚧 | +| Simple consumer | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | ✅ | 🚧 | | Push consumer with concurrent message listener | ✅ | ✅ | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | | Push consumer with FIFO message listener | ✅ | ✅ | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | diff --git a/README.md b/README.md index 916e6888..5ab62328 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ Provide cloud-native and robust solutions for Java, C++, C#, Golang, Rust and al | Feature | Java | C/C++ | C# | Golang | Rust | Python | Node.js | PHP | | ---------------------------------------------- | :---: | :---: | :---: | :----: | :---: | :----: | :-----: | :---: | -| Producer with standard messages | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | 🚧 | 🚧 | -| Producer with FIFO messages | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | 🚧 | 🚧 | -| Producer with timed/delay messages | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | 🚧 | 🚧 | -| Producer with transactional messages | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | 🚧 | 🚧 | -| Simple consumer | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | 🚧 | 🚧 | +| Producer with standard messages | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | ✅ | 🚧 | +| Producer with FIFO messages | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | ✅ | 🚧 | +| Producer with timed/delay messages | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | ✅ | 🚧 | +| Producer with transactional messages | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | ✅ | 🚧 | +| Simple consumer | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 | ✅ | 🚧 | | Push consumer with concurrent message listener | ✅ | ✅ | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | | Push consumer with FIFO message listener | ✅ | ✅ | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | diff --git a/nodejs/README-CN.md b/nodejs/README-CN.md index 183bad4e..6be23e52 100644 --- a/nodejs/README-CN.md +++ b/nodejs/README-CN.md @@ -21,6 +21,8 @@ npm install npm run init # 运行单元测试 npm test +# 安装rocketmq nodejs 客户端 +npm i rocketmq-client-nodejs ``` 开启 grpc-js 的调试日志: diff --git a/nodejs/README.md b/nodejs/README.md index 992bc0a8..aa542f10 100644 --- a/nodejs/README.md +++ b/nodejs/README.md @@ -20,6 +20,8 @@ npm install npm run init # Run the unit tests. npm test +# Installs rocketmq nodejs client +npm i rocketmq-client-nodejs ``` Enable trace debug log for grpc-js: