Skip to content

Commit

Permalink
add link to rpcx-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wireless4024 committed Aug 13, 2022
1 parent 5b6dd80 commit a91fa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ you can use other programming languages besides Go to access rpcx services.
- **rpcx-gateway**: You can write clients in any programming languages to call rpcx services via [rpcx-gateway](https://github.com/rpcxio/rpcx-gateway)
- **http invoke**: you can use the same http requests to access rpcx gateway
- **Java Services/Clients**: You can use [rpcx-java](https://github.com/smallnest/rpcx-java) to implement/access rpcx servies via raw protocol.
- **rust rpcx**: You can write rpcx services in rust by [rpcx-rs]()
- **rust rpcx**: You can write rpcx services in rust by [rpcx-rs](https://github.com/smallnest/rpcx-rs)

> If you can write Go methods, you can also write rpc services. It is so easy to write rpc applications with rpcx.
Expand Down

0 comments on commit a91fa6c

Please sign in to comment.