Websockets
Hello I'm not too sure this is the right place to ask but its worth a shot I'm making a pterodactyl and wings competitor for those that know pterodactyl is a game management dashboard allowing you to like run game servers and manage there files with docker and it uses a console with websockets, with my competitor (Its called Kyro) I'm having a lot of shit with websockets they are randomly disconnecting and reconnecting if anyone knows a little bit about websockets your help would be appreciated and the Github repos are below:
Kyro (Main ui/api of the application): https://github.com/LydonDev/KRYPTON
Krypton (Daemon of the application for creating the docker containers and websockets): https://github.com/LydonDev/KRYPTON
This is a little fun project I'm working on to improve my skills I know its far from even good 🙏
GitHub
GitHub - LydonDev/KRYPTON: Krypton: the daemon for Kyro that runs o...
Krypton: the daemon for Kyro that runs on your nodes that allows for server management to actually work. - LydonDev/KRYPTON
7 Replies
Hello, do you have problem with Websocket?
Yeah.
Can you share more detail?
Basicly i setup websockets and they do work its just that they keep connecting and reconnecting and i have 0 clue why

Its causing the whole dashboard to go really slow because its practically dosing itself
Can you share your code?
I shared the GitHub repo above