LocalServer
Create new LocalServer
First you need to import the LocalServer function and create a new LocalServer.
Now the LocalServer is created and can be managed.
To start the server use object.start();
To stop the server use object.stop();
Last updated