-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Hello, in our project we were using a bit older cockpit and we were using in our frontend applications websockets.
LIke this:
const query = window.btoa(JSON.stringify({
payload: 'websocket-stream1',
address: url.hostname,
port: parseInt(url.port, 10) || 80,
path: /${socketPath}
}))
everything was working good.
We decided to update our cockpit now all of our applications websockets are not working.
Saw commits from last year theat the old bridge is changed to python.
What are my alternatives now? Do I need to rewrite everything that use that kind of communication in our applications?
Metadata
Metadata
Assignees
Labels
No labels