Simple instructions for using uniGUI’s HyperServer (load balancing)

- HyperServer is a new function added after uniGUI 1.5. This is a node management application, which mainly realizes the automatic management of nodes, that is, the function of load balancing. It also supports remote application deployment.
The specific principle is as follows

2.Obtaining the HyperServer program: The HyperServer program currently corresponds to the uniGUI version (different may cause problems, the author said) in the future, the use between different versions may be released, that is, what version of your unigui is Just use the corresponding version of HyperServer, which is distributed together. The program is put together with the installation files of uniGUI. There are only executable files and no source code at present. HyperServer itself is also an application developed with uniGUI. The specific directory is as follows: (There are currently two 32-bit and 64-bit versions. The author currently recommends using the 32-bit version, including applications developed by uniGUI).

3. Installation and deployment (executable file mode)

3.1 Copy the two files in the figure above to the same directory as the executable file of the uniGUI application
3.2 Open hyper_server.cfg with a text editing tool to modify the configuration file

3.3 After saving the configuration file, run hyper_server.exe directly
3.4 Visit http://127.0.0.1:8077 in the browser to open your application directly (the port can also be modified in the configuration file, this port is the port of hyper_server, not the port of your unigui application, your application is What port you don’t need to manage, hyper_server will handle it automatically)
3.5 Access to the status of hyper_server: http://127.0.0.1:8077/server

For other functions and deployment methods, just look at the instructions and study by yourself.