Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
youngday committed Jun 16, 2024
1 parent 30e8448 commit 2e120c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 6.16,2024
* change tonic grpc into poem_grpc,easy use.

## 6.2,2024
* add tonic, grpc
* add tmq, zeromq
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ name = "quic_server"
path = "examples/quic/server.rs"

[[example]]
name = "grpc-helloworld-client"
name = "grpc-client"
path = "examples/grpc_poem/helloworld/src/client.rs"

[[example]]
name = "grpc-helloworld-server"
name = "grpc-server"
path = "examples/grpc_poem/helloworld/src/server.rs"
[[example]]
name = "grpc-jsoncodec-server"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
|plot|plotly|plot data all you want|plot to web,easy than plotters|
|zenoh|dds|pubsub dds ipc for ros |new realtime(10us) ipc |
|iceoryx2|dds|pubsub dds ipc for ros |new realtime(10us) ipc |
|tonic| |grpc |⚠️ proto genarate .rs files |
|poem_grpc| |tonic grpc |put ./proto build.rs files same as cargo.toml path |
|axum websocket| |websocket | axum example ,tokio-tungstenite |
|quinn quic| |quic http3 | quic http3 client server |
## examples
Expand All @@ -38,7 +38,7 @@
|zenoh_pub,zenoh_sub|pub sub|pub sub|
|ice_pub,ice_sub|pub sub|pub sub|
|discovery|iceoryx2 discovery| |
|grpc_client,grpc_server| |⚠️ proto genarate .rs files |
|grpc-client,grpc-server,grpc-jsoncodec-server|poem grpc examples ,with json codec | easy genarate proto |
|ws_client,ws_server| | websocket |
|quic_server,quic_client|quic,http3|quic,http3|
## vscode build
Expand Down

0 comments on commit 2e120c3

Please sign in to comment.