I have wrote a client.py and a server.py, they talk to each other with socket(not websocket) TCP connection.This is a C/S application. Now i want to use nginx to deploy the server, but i dont know how to do. I have look through some material about nginx, which is only talk about how to deploy websocket.
Any advise would be appreciate.Thanks.