What is port 8000 used for the game?

Listening to the dt_socket transport at: 8000 The above line erupts during initialization of the Play Framework, how is this port used?

+3
source share
1 answer

Basically, your application will run on port 9000. And as I know, it will listen on the client debugger on port 8000, and socketAttach will use dt_socket as the transport

+3
source

All Articles