Here I gathe some notes and links about progress on improving the reliability of the Live Server.
This command sets a number of environmental variables when the Live Server receives an incoming socket request. is part of the behavior_Daemon module. You can find the command on github ![]()
This command is used to do receive and HTTP POST and then forward the request to a LCW Controller. It is part of the behavior_DaemonMiddleware module. You can find the command on github ![]()
This command is where GET requests are routed in wiki. is part of the behavior_DaemonMiddleware module. You can find the command on github ![]()
# See also - Live Server Routing