Question
Running Flask webserver and TCP server at the same time
I would like to run a webserver and a socket server at the same time, is this possible?
The webserver will make a JSON file available at a specified URL and the TCP server will listen on an arbitrary port for a connection to receive data and process it. The socket server will run as a thread.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×