Merge pull request #108 from stkevintan/node

Add Nodejs client
This commit is contained in:
Changhua
2024-01-10 14:19:22 +08:00
committed by GitHub
3 changed files with 12 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "clients/node"]
path = clients/node
url = https://github.com/stkevintan/node-wcferry
+8
View File
@@ -56,6 +56,7 @@
* Go
* HTTP
* Java
* Node.js
* Python
* Rust
</details>
@@ -110,6 +111,9 @@ wcfhttp --cb http://your_host:your_port/callback
### Java
参考 [Java README.MD](clients/java/README.MD)
### Node.js
参考 [Node.js README.MD](https://github.com/stkevintan/node-wcferry/blob/main/README.md)
### Rust
参考 [Rust README.MD](clients/rust/README.MD)
@@ -180,6 +184,7 @@ WeChatFerry
│   ├── gohttp # HTTP 客户端
│   ├── http # HTTP 客户端
│   ├── java # Java 客户端
│   ├── node # Node.js 客户端
│   ├── pyauto # 群友封装的客户端
│   ├── python # Python 客户端
│   └── rust # Rust 客户端
@@ -198,6 +203,9 @@ HTTP 客户端,二进制发布无依赖
### http
HTTP 客户端。
### node
Node.js 客户端.
### java
Java 客户端。
Submodule
+1
Submodule clients/node added at 09043a9685