# ntex-grpc-demo **Repository Path**: asphodelus_dev/ntex-grpc-demo ## Basic Information - **Project Name**: ntex-grpc-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-08 - **Last Updated**: 2024-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README start server ```shell cargo run --bin server -- 8080 ``` start client ```shell cargo run --bin client -- "127.0.0.1:8080" -r 10 ```