Skip to content

aysedemirel/Socket-Programming

Repository files navigation

downloads License: MIT

Socket-Programming

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.
    • Message App Design: message_app_design

About

Socket Programming: Client-Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages