vuer.base#
- class vuer.base.Server[source]#
Base TCP server
- host = Proto(default='localhost', dtype=<class 'str'>, help=":str 'localhost' ", metavar='\x08')#
- cors = Proto(default='*', dtype=<class 'str'>, help=":str '*' Enable CORS", metavar='\x08')#
- port = Proto(default=8012, dtype=<class 'int'>, help=':int 8012 ', metavar='\x08')#
- cert = Proto(default=None, dtype=<class 'str'>, help=':str None the path to the SSL certificate', metavar='\x08')#
- key = Proto(default=None, dtype=<class 'str'>, help=':str None the path to the SSL key', metavar='\x08')#
- ca_cert = Proto(default=None, dtype=<class 'str'>, help=':str None the trusted root CA certificates', metavar='\x08')#
- WEBSOCKET_MAX_SIZE = 268435456#