Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajaykumar4/client-server
https://github.com/ajaykumar4/client-server
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajaykumar4/client-server
- Owner: ajaykumar4
- Created: 2017-10-12T16:36:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T01:35:44.000Z (about 7 years ago)
- Last Synced: 2024-11-21T06:19:44.120Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Client-Server
To run the Client-Server, First need to Run Server followed by Client. The Server and Client code can be executed using an IDE such as PyCharm, or by performing in the terminal . Client code can be executed multiple time in the different terminal.
To run the Server in Python 3.6+
python ./Server.py
To run the Client in Python 3.6+
python ./Client.py