<< return to Vizycam.com

Kritter and Quart / Websockets

I started to respond in another thread, but felt it was best to start a new one. Upon reading the docs, I learned that Kritter uses Quart underneath which in turn has websockets. How best can we engage that and can we start the server on port 8080?

Hello,
Can you be more specific? Do you want to start the Vizy server on port 8080? What do you want to do with websockets?

Edward

After digging through the files a bit more, I realize how Vizy is using websockets and changing vizy websocket server from 5000 to 8080 would cause other downstream impact. I think I am just going to stand up another websocket server on port 8080 so I can just echo what I need.

Edit: Thats what I ended up doing. I just installed websockets and then established it as a service so it starts immediately. It runs on 8080 now and doesn’t conflict with anything Vizy is doing.

Hello,
Creating another server is a reasonable approach :slight_smile: Just curious – what are you trying to do?

Edward