Python Server

Asked 2 years ago, Updated 2 years ago, 47 views

Build a server with Python When the client connects to the server through the IP using my computer's telnet, The server wants the client to enter the desired value.

But when I learn network programming, I made a client file and ran it In reality, clients won't have a client file, and the server is spinning I have to let you enter the value you want

What should I do in that case?

python server

2022-09-21 20:16

1 Answers

The question is hard to understand.It says Python Server.

I built a server with Python...What server did you build?

What does a client refer to as a client?

It's hard to understand that the client is using my computer's telnet. I think Telnet means a Telnet client, or terminal over there, so does the client mean a customer, or a person?

I'm going to use telnet client to connect to telnet daemon and get a shell. By the way, enter the desired value.

Aren't you trying to create a custom daemon service, not a known service like telnet?

Understand that and ask the next question: Client Deployment Issues...We need to deploy the client. If the client is not deployed, the desired operation cannot be performed.

There will be various environments in which the client runs, so we have to decide. It could be Android or Windows...jvm, clr, etc...


2022-09-21 20:16

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.