Simple TCP client-server application to transform text input to all uppercase characters.
This may be used as a template for other TCP client-server applications.
|
gondolyr
9fde8b1564
The server accepts UTF-8 string input, transforms the data to contain all uppercase characters and returns the new string to the client. This can be used as a template for TCP client-server applications with more functionality. |
||
|---|---|---|
| crates | Add simple TCP client and server | |
| LICENSES | Add simple TCP client and server | |
| .editorconfig | Add simple TCP client and server | |
| .gitignore | Add simple TCP client and server | |
| Cargo.lock | Add simple TCP client and server | |
| Cargo.toml | Add simple TCP client and server | |
| deny.toml | Add simple TCP client and server | |
| README.md | Add simple TCP client and server | |
| REUSE.toml | Add simple TCP client and server | |
| rustfmt.toml | Add simple TCP client and server | |
TCP Client-Server
Simple TCP server that takes an input string and capitalizes all characters from a TCP client.