vuer.base#
- class vuer.base.Server[source]#
- 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')#
- WEBSOCKET_MAX_SIZE = 268435456#