Chinmayrane16 / Python-Socket-Programs

A server and client based program for message transfer.

Repository from Github https://github.comChinmayrane16/Python-Socket-ProgramsRepository from Github https://github.comChinmayrane16/Python-Socket-Programs

Python-Socket-Program

A server and client based program for message transfer using socket programming.

  • Socket programming is a way of communication in which there are two entities - server and client.
  • A server is the central entity which holds the data and the important information and client requests the access to the data.
  • Example - A simple web browser.

Instructions to run the program

  1. First start the server - python3 server.py
  2. Now run the client program - python3 client.py
  3. To end the connection, send 'bye' from the server side.

Procedure

Procedure

About

A server and client based program for message transfer.


Languages

Language:Python 100.0%