I want to create a python application that always listens on a parameterized port. Whenever there is a request coming from the port, the application will analyze the request and perform tasks based on the request.
Is this type of application called a service? (I have 0 knowledge about services). Where can I find beginner tips and tricks for this type of development?
source share