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
commit 3f9cf7386e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "clients/node"]
path = clients/node
url = https://github.com/stkevintan/node-wcferry

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 客户端。

1
clients/node Submodule

@ -0,0 +1 @@
Subproject commit 09043a96859318568a4fec5bf29be19a449341d1