|
1 | 1 | ## Multi-Client single server using multi-threading |
2 | 2 |  |
3 | 3 |
|
4 | | -<!-- |
5 | | -*** Thanks for checking out the Best-README-Template. If you have a suggestion |
6 | | -*** that would make this better, please fork the repo and create a pull request |
7 | | -*** or simply open an issue with the tag "enhancement". |
8 | | -*** Thanks again! Now go create something AMAZING! :D |
9 | | ---> |
10 | | - |
11 | | - |
12 | | - |
13 | | -<!-- PROJECT SHIELDS --> |
14 | | -<!-- |
15 | | -*** I'm using markdown "reference style" links for readability. |
16 | | -*** Reference links are enclosed in brackets [ ] instead of parentheses ( ). |
17 | | -*** See the bottom of this document for the declaration of the reference variables |
18 | | -*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use. |
19 | | -*** https://www.markdownguide.org/basic-syntax/#reference-style-links |
20 | | -
|
21 | | -[![Contributors][contributors-shield]][contributors-url] |
22 | | -[![Forks][forks-shield]][forks-url] |
23 | | -[![Stargazers][stars-shield]][stars-url] |
24 | | -[![Issues][issues-shield]][issues-url] |
25 | | -[![MIT License][license-shield]][license-url] |
26 | | -[![LinkedIn][linkedin-shield]][linkedin-url] |
27 | | ---> |
28 | 4 |
|
29 | 5 |
|
30 | 6 |
|
@@ -92,7 +68,8 @@ A list of commonly used resources that I find helpful are listed in the acknowle |
92 | 68 | <!-- GETTING STARTED --> |
93 | 69 | ## Getting Started |
94 | 70 |
|
95 | | -This is an sample code of how to implement a single server mutilple clients communication mutli-threading |
| 71 | +This is an sample code of how to implement a single server mutilple clients communication mutli-threading. |
| 72 | +<br> |
96 | 73 | To get a local copy up and running follow these simple steps. |
97 | 74 |
|
98 | 75 | ### Prerequisites |
|
0 commit comments