are there any videos on using websockets?
I want to use websocket to send requests to backend to initiate long running tasks and and then receive push notifications from server when the jobs are finished
about websockets
2
-
Hi Manas! Unfortunately, we don't have any content on WebSockets at this time. AdonisJS does have a first-party package for Server Sent Events (SSE) called Transmit. This sounds like it could be suitable for your use-case and may be easier to implement!
1