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
- Posted 3 days ago by
-
manas-marthi
(@manas-marthi)

Join The Discussion! (1 Replies)
Please sign in or sign up for free to join in on the dicussion.
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!
Please sign in or sign up for free to reply