You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,4 +91,16 @@ protoc --version
91
91
```
92
92
Should output something like: libprotoc 3.21.12
93
93
94
-
Note: Some components of this project might auto-generate code from .proto files during the build process. Ensure protoc is installed and accessible before building or running the project.
94
+
Note: Some components of this project might auto-generate code from .proto files during the build process. Ensure protoc is installed and accessible before building or running the project.
95
+
96
+
### 3. Demo
97
+

98
+
99
+
### 4. Run server
100
+
```bash
101
+
cargo run --bin server
102
+
```
103
+
### 5. Run client
104
+
```bash
105
+
cargo run --bin chat-client -- --server-name localhost --name test-client
0 commit comments