Advanced Usage

Changing Host

you can change Host address to whatever you want.

Example:

Server(host='Whatever you want')

Changing Port

This framework allows you to change the port to any number that you want.

Example:

Server(port=2525)