bshseymur123 / Socket-Programming

Socket Programming: Client-Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 100.0%