about websockets

@manas-marthi
@manas-marthi

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

2
Create a free account to join in on the discussion
  1. @tomgobich

    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
New Discussion
Topic