Currently, I have a simple websocket server that can handle recv and send operations. The code is as such.
I\'m currently building a full-stack TypeScript live chat app with React + Vite on the frontend and Node on the backend. I have two separate servers running: one is a REST API and OAuth2 auth server b
AWS provides us an SDK way to interact with WebSocket APIs, post_to_connection, delete_connection,get_connection
I am trying to remove a connectionId from a Group in Signalr. The method I want to call from the client (JS) is called UbsubscribeFromProject.
I am working on Laravel 9 where I install Laravel WebSocket, Laravel Echo, and Pusher PHP server. By the way, I didn\'t use the official Pusher application, just using the package as per Laravel-WebSo