# jquick **Repository Path**: simpleplus/jquick ## Basic Information - **Project Name**: jquick - **Description**: grpc demo项目 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-08 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jquick grpc demo项目 ```bash $ mvn verify $ # Run the server $ mvn exec:java -Dexec.mainClass=net.oschina.simpleplus.jquick.HelloWorldServer $ # In another terminal run the client $ mvn exec:java -Dexec.mainClass=net.oschina.simpleplus.jquick.HelloWorldClient ```