Socket Programming: Client-Server
- Basic-Client-Server: Simple server-client connection. A message sends from client to server.
- Decrypted-Client-Server-System: Caesar encryption and client-server architecture are used in the project. The Client-side sends an encrypted message. The server side decrypts the encrypted message and returns it to the client.
- Multiple-Server-Client-System: Multiple server-client connections are created in the project. Outputs as a result of the connections are displayed in the user interface.
- Message-App: It provides messaging opportunities with TCP infrastructure. It presents a user interface designed for messaging. The design was codded with Swing.